-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
39 lines (39 loc) · 1.12 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": "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.0",
"grunt-contrib-compress": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-cssc": "*",
"grunt-hashres": "*",
"grunt-htmlhint": "*",
"grunt-img": "*",
"grunt-jekyll": "*",
"grunt-sync": "*",
"gulp-util": "*",
"jshint": "*",
"matchdep": "*",
"wrench": "*"
}
}