-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 879 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
{
"name": "fa",
"version": "1.0.0",
"description": "node web",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node ./test/server/dev.js"
},
"author": "dodio",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/dodio/fa.git"
},
"bugs": {
"url": "https://github.com/dodio/fa/issues"
},
"homepage": "https://github.com/dodio/fa#readme",
"dependencies": {
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"config": "^1.19.0",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"lodash": "^4.8.2",
"request": "^2.70.0",
"response-time": "^2.3.1",
"serve-favicon": "^2.3.0",
"session-file-store": "^0.2.0",
"swig": "^1.4.2"
},
"devDependencies": {}
}