-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (56 loc) · 1.61 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": "tenants",
"description": "easy nyc building info for tenants",
"version": "0.0.1",
"private": false,
"author": "romeboards",
"repository": {
"type": "git",
"url": "https://github.com/romeboards/tenants.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test"
},
"dependencies": {
"express": "latest",
"morgan": "latest",
"cookie-parser": "latest",
"serve-static": "latest",
"body-parser": "latest",
"compression": "latest",
"method-override": "latest",
"express-session": "latest",
"static-favicon": "latest",
"consolidate": "latest",
"jade": "latest",
"mongoose": "latest",
"connect-mongo": "latest",
"connect-flash": "latest",
"underscore": "latest",
"async": "latest",
"view-helpers": "latest",
"forever": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"mongoskin": "latest",
"node-geocoder": "latest",
"request": "latest"
},
"devDependencies": {
"supertest": "latest",
"should": "latest",
"grunt-contrib-compass": "~0.5.0",
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-nodemon": "latest",
"grunt-concurrent": "latest",
"grunt-mocha-test": "latest",
"load-grunt-tasks": "~0.1.0",
"time-grunt": "~0.1.1"
}
}