-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.1 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
{
"name": "GAPP-Mapping-Application",
"version": "0.0.1",
"private": true,
"engines": {
"node": "0.10.21",
"npm": "1.2.15"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-qunit": "~0.2.1",
"grunt-contrib-watch": "~0.4.3",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-minjson": "~0.1.1"
},
"description": "Greater Atlanta Pollinator Project mapping applications",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "3.0.6",
"jade": ">= 0.0.1",
"mongoose": "~3.6.19",
"knox": "~0.7.0",
"multiparty": "~2.1.5",
"awssum-amazon-s3": "~1.2.4",
"fmt": "~0.4.0",
"awssum": "~1.0.0-beta",
"awssum-amazon": "~1.0.2",
"async": "~0.2.8",
"request": "~2.21.0",
"json2csv-customgapp": "git://github.com/mejackreed/json2csv.git",
"gm": "~1.13.3"
},
"author": "Jack Reed",
"license": "WTFPL"
}