-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.36 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
{
"name": "synesthesia",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"forever": "forever start -o /tmp/synes-prod.log -e /tmp/synes-err.log server.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"async": "^2.0.0-rc.3",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"caman": "^4.1.2",
"express": "^4.13.4",
"fluent-ffmpeg": "^2.1.0",
"forever": "^0.15.3",
"hh-mm-ss": "^1.1.0",
"history": "^1.13.1",
"id3js": "^1.1.3",
"imagemagick": "^0.1.3",
"jquery": "^2.2.3",
"lodash": "^4.9.0",
"mongoose": "^4.4.12",
"mongoose-schema-extend": "^0.2.2",
"multer": "^1.1.0",
"node-ffprobe": "^1.2.2",
"proxy-middleware": "^0.15.0",
"react": "^15.0.1",
"react-document-title": "^2.0.1",
"react-dom": "^15.0.1",
"react-router": "^1.0.2",
"socket.io": "^1.4.5",
"sox": "^0.1.0",
"sox-audio": "^0.3.0",
"uikit": "^2.26.2",
"url": "^0.11.0",
"wavesurfer.js": "^1.2.4",
"webpack": "^1.12.14"
},
"devDependencies": {
"webpack-dev-middleware": "^1.8.4"
}
}