-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "govapi",
"title": "US Government API",
"description": "Just a little fun with the US Government APIs",
"version": "0.0.1",
"homepage": "https://github.com/brandondove/usgovapi/",
"author": {
"name": "Alex & Brandon Dove",
"email": "",
"url": "https://github.com/brandondove/usgovapi/"
},
"private": true,
"scripts": {
"start": "node app.js",
"test": "jasmine-node spec/"
},
"dependencies": {
"express": "3.4.4",
"jade": "*",
"mongodb": ">= 0.9.6-7",
"underscore": "~1.5.2",
"socket.io": "~0.9.16",
"node-geocoder": "~0.5.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-sass": "~0.2.2"
},
"keywords": []
}