-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "es6-next-prototyping-client",
"version": "1.0.1",
"description": "ESNext client prototyping boilerplate",
"main": "dist/main.js",
"author": "Benjamin Matuszewski",
"license": "ISC",
"scripts": {
"bundle": "./bin/runner --bundle",
"transpile": "./bin/runner --transpile",
"prewatch": "npm run transpile",
"watch": "./bin/runner --watch",
"serve": "./bin/runner --serve",
"postinstall": "npm run bundle"
},
"dependencies": {
"babel-runtime": "^6.9.2",
"lfo-motion": "github:ircam-rnd/lfo-motion",
"lodash.template": "^4.4.0",
"waves-audio": "^0.4.0",
"waves-lfo": "^1.1.3",
"waves-loaders": "github:wavesjs/waves-loaders"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-latest": "^6.14.0",
"benchmark": "^1.0.0",
"browserify": "^13.0.0",
"colors": "^1.1.2",
"connect": "^3.3.5",
"fs-extra": "^0.26.5",
"ora": "^0.2.0",
"portfinder": "^0.4.0",
"serve-favicon": "^2.2.0",
"serve-static": "^1.9.2",
"watch": "^0.17.1"
}
}