forked from bovetliu/FASIDS_proto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.3 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
{
"name": "FASIDS_proto",
"version": "0.0.1",
"description": "KEL FASIDS quick prototyping",
"private": true,
"scripts": {
"start": "node app.js",
"test": "mocha test"
},
"keywords": [
"FASIDS",
"KEL",
"prototyping",
"public good"
],
"repository": {
"type": "git",
"url": "https://github.com/bovetliu/FASIDS_proto"
},
"author": {
"name": "Bowei Liu",
"email": "[email protected]",
"url": "https://github.com/bovetliu"
},
"homepage": "https://github.com/bovetliu",
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"async": ">=2.0.0-rc.2",
"body-parser": ">=1.13.2",
"chai": ">= 3.4.1",
"connect-flash": "^0.1.1",
"cookie-parser": ">=1.3.5",
"cors": "^2.7.1",
"debug": ">=2.2.0",
"express": ">=4.13.4",
"express-mailer": ">=0.3.0",
"express-session": ">=1.13.0",
"html-to-text": ">=1.5.0",
"jade": ">=1.11.0",
"moment": ">=2.10.6",
"mongoose": ">=4.0.6",
"morgan": ">=1.6.1",
"passport": ">=0.3.2",
"passport-local": ">=1.0.0",
"promise": ">=7.0.4",
"serve-favicon": ">=2.3.0",
"underscore": ">=1.8.3"
},
"devDependencies": {
"mocha": "*",
"superagent": "*",
"expect.js": "*"
},
"bundleDependencies": [],
"main": "app.js"
}