-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.12 KB
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
{
"name": "LogicalAddressD",
"version": "0.0.1",
"private": false,
"scripts": {
"start": "node app.js",
"test": "grunt test"
},
"dependencies": {
"async": "1.3.0",
"body-parser": "~1.12.0",
"compression": "~1.4.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.3.3",
"css-toggle-switch": "^4.0.2",
"csurf": "^1.9.0",
"ejs": "^2.5.5",
"express": "~4.12.0",
"express-session": "^1.14.2",
"glob": "~5.0.3",
"hat": "0.0.3",
"jwt-simple": "0.3.0",
"md5": "2.x",
"method-override": "~2.3.0",
"mongoose": "~4.0.1",
"morgan": "~1.5.0",
"parse": "^1.8.1",
"redis": "*",
"serve-favicon": "~2.2.0",
"underscore": "*",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"frisby": "latest",
"grunt": "~0.4.5",
"grunt-apidoc": "^0.10.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-yuidoc": "^0.8.0",
"grunt-develop": "~0.4.0",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "~3.1.0",
"request": "~2.55.0",
"time-grunt": "~1.1.0"
}
}