-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
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
{
"name": "ddms",
"version": "0.2.5",
"description": "Data Drive Management System",
"license": "MIT",
"main": "bin/www",
"repository": "unbug/ddms",
"author": {
"name": "unbug",
"email": "tidelgl@gmail.com",
"url": "https://github.com/unbug"
},
"scripts": {
"start": "node ./bin/www & node ./bin/api"
},
"keywords": [
"Form System",
"node CMS",
"DDMS",
"reactjs",
"express app",
"Data Drive Management System"
],
"dependencies": {
"bcrypt": "^0.8.3",
"bluebird": "^2.9.27",
"body-parser": "~1.12.0",
"connect-mongo": "^0.8.1",
"cookie-parser": "~1.3.4",
"date-utils": "^1.2.17",
"debug": "~2.1.1",
"everyauth": "^0.4.9",
"express": "~4.12.2",
"express-react-views": "^0.8.1",
"express-restify-mongoose": "^0.7.5",
"express-session": "^1.11.1",
"json2csv": "^2.4.1",
"method-override": "^2.3.2",
"mongoose": "^4.0.1",
"morgan": "~1.5.1",
"react": "^0.13.3",
"serve-favicon": "~2.2.0",
"shortid": "^2.2.2",
"underscore": "^1.8.3"
}
}