forked from yohdl/yohdl-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "yohdl-app",
"version": "1.0.0",
"description": "dynamic audio messaging service",
"main": "sever.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yohdl/yohdl-app.git"
},
"author": "Jose Neves, Derrick Yung, Weylin Wagnon",
"license": "MIT",
"bugs": {
"url": "https://github.com/yohdl/yohdl-app/issues"
},
"homepage": "https://github.com/yohdl/yohdl-app#readme",
"dependencies": {
"babel": "^6.5.2",
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"browserify": "^13.1.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-notify": "^2.2.0",
"node-gravatar": "^1.0.2",
"nohm": "^0.9.8",
"path": "^0.12.7",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"redis": "^2.6.2",
"socket.io": "^1.4.8",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"webpack": "^1.13.2"
}
}