forked from agrc/atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 905 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
{
"name": "Atlas",
"version": "2.4.0",
"homepage": "https://github.com/agrc/AGRCJavaScriptProjectBoilerPlate",
"repository": {
"type": "git",
"url": "https://github.com/agrc/AGRCJavaScriptProjectBoilerPlate.git"
},
"devDependencies": {
"dojo": "^1.10",
"grunt": "^0.4",
"grunt-bump": "^0",
"grunt-contrib-clean": "^0",
"grunt-contrib-compress": "^0.8.0",
"grunt-contrib-connect": "^0",
"grunt-contrib-copy": "^0",
"grunt-contrib-imagemin": "^0",
"grunt-contrib-jasmine": "^0",
"grunt-contrib-jshint": "^0",
"grunt-contrib-watch": "^0",
"grunt-dojo": "^0",
"grunt-esri-slurp": "^1",
"grunt-if-missing": "^1",
"grunt-newer": "^0",
"grunt-processhtml": "^0",
"grunt-saucelabs": "^8",
"grunt-ssh": "^0",
"jshint-stylish": "^1",
"uglify-js": "^2"
},
"scripts": {
"test": "grunt travis --verbose"
}
}