summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-26 21:13:55 -0400
committerJules Laplace <jules@okfoc.us>2017-04-26 21:13:55 -0400
commita356074dd17029ada978381ca005684a3533102e (patch)
tree43925d492e6dff19a853b4859ed13b093bc8b61c /package.json
cells..
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..97cae36
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "triangle",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "UNLICENSED",
+ "devDependencies": {
+ "babel-core": "^6.24.1",
+ "babel-loader": "^7.0.0",
+ "babel-preset-env": "^1.4.0",
+ "babel-preset-es2015": "^6.24.1",
+ "webpack": "^2.4.1"
+ },
+ "dependencies": {
+ "nexusui": "^1.2.0",
+ "tone": "^0.10.0",
+ "webfontloader": "^1.6.27"
+ }
+}