initial setup
parents
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "snopviz", | ||
"version": "0.0.0", | ||
"description": "Snowpack Visualization", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@ab.semicolon.at:snopviz.git" | ||
}, | ||
"keywords": [ | ||
"snowpack", | ||
"visualization" | ||
], | ||
"author": "", | ||
"license": "AGPL-3", | ||
"devDependencies": { | ||
"chai": "^1.9.1", | ||
"mocha": "^1.20.1" | ||
} | ||
} |
Please register or sign in to comment