-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (33 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
{
"name": "trua-nay-an-gi",
"version": "0.0.1",
"description": "App dat com cho cong ty 2359",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nguyen Quang Thuc",
"license": "ISC",
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.1",
"csv": "^0.4.6",
"express": "^4.13.3",
"express-session": "^1.12.1",
"googleapis": "^2.1.6",
"jade": "^1.11.0",
"moment": "^2.10.6",
"mongoose": "https://registry.npmjs.org/mongoose/-/mongoose-4.2.10.tgz",
"multer": "^1.1.0",
"superagent": "^1.5.0",
"xlsx": "^0.8.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mockgoose": "^4.0.2",
"sinon-chai": "^2.8.0"
},
"engines": {
"node": "4.x"
}
}