summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-03-03 05:38:35 +0100
committerJules Laplace <julescarbon@gmail.com>2018-03-03 05:38:35 +0100
commit636b62aa6d0d77e19a4b7bb3c039924eeb217a71 (patch)
tree042fa3404738e347f8d60f419fa600aa6030c61b /package.json
hall demo
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a562130
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "glass",
+ "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": {
+ "tone": "^0.12.0"
+ }
+}