forked from starzou/web-features
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 905 Bytes
/
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
{
"name": "web-features",
"version": "1.0.0",
"homepage": "https://github.com/starzou/web-features",
"description": "know more about web-features.",
"bugs": {
"url": "https://github.com/starzou/web-features/issues"
},
"license": "MIT",
"author": "StarZou",
"repository": {
"type": "git",
"url": "https://github.com/starzou/web-features"
},
"scripts": {
"start": "node ./mocker/main.js"
},
"dependencies": {
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"ejs": "~2.3.1",
"express": "~4.12.2",
"immutable": "^3.7.4",
"morgan": "~1.5.1",
"mysql": "^2.6.2",
"serve-favicon": "~2.2.0",
"socket.io": "^1.3.5",
"superagent": "^1.2.0",
"underscore": "^1.8.3",
"uniq": "^1.0.1"
},
"devDependencies": {
"css-loader": "^0.15.5",
"gulp": "^3.8.11",
"style-loader": "^0.12.3"
}
}