-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.78 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
60
61
62
63
64
65
{
"name": "dcit",
"version": "0.2.25",
"description": "DCIT is for saving Data Center Informantion Tracking.",
"main": "dcit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "C. Dunavan [email protected]",
"license": "MIT",
"dependencies": {
"async": "^1.5.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"chai": "^3.4.1",
"connect": "^3.4.0",
"connect-bundle": "0.0.5-beta",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.8.2",
"connect-rest": "^2.0.6",
"contextualizer": "^1.0.3",
"cookie-parser": "^1.4.0",
"cors": "^2.7.1",
"csurf": "^1.8.3",
"deep-diff": "^0.3.3",
"express": "^4.13.3",
"express-handlebars": "^2.0.1",
"express-sanitizer": "^1.0.1",
"express-session": "^1.12.1",
"express-winston-middleware": "0.0.6",
"fast-csv": "^0.6.0",
"file-stream-rotator": "0.0.6",
"form-serializer": "^2.5.0",
"formidable": "^1.0.17",
"grunt-contrib-less": "^1.1.0",
"helmet": "^1.0.1",
"ip-subnet-calculator": "^1.0.2",
"json-stringify-safe": "^5.0.1",
"kerberos": "0.0.17",
"loadtest": "^1.3.0",
"method-override": "^2.3.5",
"moment": "^2.10.6",
"moment-timezone": "^0.4.1",
"mongoose": "^4.3.0",
"mongoose-history": "^0.4.2",
"mongoose-unique-validator": "^0.6.2",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"node-uuid": "^1.4.7",
"nodemailer": "^1.10.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"q": "^1.4.1",
"underscore": "^1.8.3",
"vhost": "^3.0.2",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.0.1",
"winston-mongodb": "^1.2.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cafe-mocha": "^0.1.13",
"mocha": "^2.3.4"
}
}