forked from steveoh/grunt-esri-slurp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 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
43
44
45
{
"name": "grunt-esri-slurp",
"version": "0.4.3",
"description": "download esri js api amd modules and create a package",
"homepage": "https://github.com/steveoh/grunt-esri-slurp",
"repository": {
"type": "git",
"url": "https://github.com/steveoh/grunt-esri-slurp.git"
},
"author": {
"name": "steveoh",
"email": "[email protected]"
},
"keywords": [
"gruntplugin",
"esri",
"agrc"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT",
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt": "~0.4",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0",
"grunt-bump": "0.0.14"
},
"dependencies": {
"async": "^0.9.0",
"handlebars": "^2.0.0-alpha.4",
"mkdirp": "^0.5.0",
"progress": "^1.1.5",
"request": "^2.34.0",
"string": "^1.8.1",
"walk": "^2.3.3"
},
"scripts": {
"test": "grunt test"
}
}