-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "synth-remote",
"version": "0.4.0",
"description": "web interface to play a werkstatt in the synth library remotely",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node index.js & gulp & ngrok http 4005"
},
"author": "ashlin aronin",
"license": "ISC",
"dependencies": {
"debounce": "^1.0.2",
"express": "^4.15.2",
"ip": "^1.1.5",
"localtunnel": "^1.8.2",
"midi": "^0.9.5",
"osc": "^2.2.0",
"serialport": "^4.0.7",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3"
},
"devDependencies": {
"async": "~0.9.0",
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.2.1",
"chalk": "~0.5",
"del": "^1.1.1",
"glob": "~4.0.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.0.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.2",
"gulp-concat": "^2.6.0",
"gulp-cssimport": "^5.0.0",
"gulp-cssnano": "^2.0.0",
"gulp-eslint": "^0.13.2",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.1",
"gulp-replace": "^0.5.4",
"gulp-rollup": "^2.9.0",
"gulp-sass": "^2.0.0",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^3.0.0",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.2",
"karma-coverage": "~0.2.0",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma-spec-reporter": "0.0.23",
"rollup-plugin-babel": "^2.7.1",
"wiredep": "^2.2.2"
}
}