forked from state-hiu/Mapgive
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "mapgive",
"version": "2.1.0",
"author": "Office of Innovative Engagement, U.S. Department of State",
"description": "MapGive, part of the Imagery to the Crowd project from the U.S. Department of State’s Humanitarian Information Unit, makes it easy for new volunteers to learn to map and get involved in online mapping tasks",
"contributors": [
{
"name": "Humanitarian Information Unit, U.S. Department of State"
}
],
"scripts": {
"test": "jshint **.js"
},
"repository": {
"type": "git",
"url": "https://github.com/state-hiu/Mapgive"
},
"license": "MIT",
"private": "true",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compress": "*",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-cssc": "^0.2.6",
"grunt-hashres": "*",
"grunt-htmlhint": "*",
"grunt-img": "*",
"grunt-jekyll": "^0.4.4",
"grunt-shell": "*",
"grunt-svgmin": "*",
"grunt-sync": "*",
"gulp-util": "^3.0.7",
"jshint": "^2.5.1",
"matchdep": "*",
"wrench": "*"
}
}