forked from junior-design-156/gt-excel-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 791 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": "gt-excel-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "mocha ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/junior-design-156/gt-excel-website.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/junior-design-156/gt-excel-website/issues"
},
"homepage": "https://github.com/junior-design-156/gt-excel-website#readme",
"dependencies": {
"async": "^2.0.0-rc.5",
"body-parser": "^1.15.1",
"express": "^4.13.4",
"mongodb": "^2.1.21",
"mongoose": "^4.4.20",
"nodemailer": "^3.1.3",
"request": "^2.72.0"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.4"
}
}