-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 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
{
"name": "Caliper",
"version": "0.0.1",
"description": "Caliper",
"main": "server.js",
"author": {
"name": "Gregory Hlavac",
"email": "[email protected]"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"express": "4.0.0",
"morgan": "^1.0.0",
"static-favicon": "^1.0.2",
"serve-static": "^1.0.3",
"body-parser": "^1.0.1",
"method-override": "^1.0.0",
"debug": "^0.8.0",
"jade": "~1.3.0",
"less-middleware": "0.2.1-beta",
"nconf": "0.6.9",
"lodash": "^2.4.1",
"multiparty": "^3.2.3",
"compression": "^1.0.1",
"node-minify": "^0.10.2",
"minidump-stackwalker": "0.0.3",
"final-fs": "^1.6.0",
"bcryptjs": "^0.7.12",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"express-session": "^1.0.2",
"connect-flash": "^0.1.1",
"connect-session": "0.0.1",
"cookie-parser": "^1.0.1",
"sequelize-sleep": "latest",
"winston": "^0.7.3",
"sequelize": "^1.7.3",
"mkdirp": "^0.5.0",
"line-by-line": "^0.1.1"
},
"devDependencies": {
"should": "latest",
"grunt-cli": "^0.1.13",
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.8.0",
"sqlite3": "^2.2.2",
"chai-as-promised": "^4.1.1",
"chai": "^1.9.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-concat": "^0.4.0"
}
}