-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 944 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
37
38
39
40
{
"name": "codr",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "vows test/* --spec"
},
"dependencies": {
"bcrypt": "^0.8.6",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"d3": "^3.5.17",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-session": "^1.13.0",
"fs": "0.0.2",
"jsdom": "^9.2.1",
"js2xmlparser": "^1.0.0",
"jsonwebtoken": "^7.0.0",
"morgan": "~1.6.1",
"nodemailer": "^0.7.1",
"oracledb": "^1.8.0",
"serve-favicon": "~2.3.0",
"simple-oracledb": "^0.1.66",
"validator": "^5.3.0",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.1.1",
"xml": "^1.0.1"
},
"devDependencies": {
"bower": "^1.7.9",
"grunt": "^1.0.1",
"grunt-bowercopy": "^1.2.4",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"vows": "^0.8.1"
}
}