-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 996 Bytes
/
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": "grunt-esri-slurp",
"version": "2.0.2",
"description": "grunt plugin to get the slource by downloading the esri js api amd modules and creating 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": "~0.4",
"grunt-bump": "^0.x",
"grunt-contrib-clean": "^0.x",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-nodeunit": "^0.x",
"grunt-debug": "0.0.3",
"grunt-node-inspector": "^0.x",
"jshint-stylish": "^2.x",
"load-grunt-tasks": "^3.x"
},
"dependencies": {
"esrislurp": "1.2.3",
"progress": "^1.x"
},
"scripts": {
"test": "grunt test"
}
}