-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 840 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
{
"name": "BEMS",
"version": "1.7.0",
"homepage": "https://github.com/agrc/BEMS",
"repository": {
"type": "git",
"url": "https://github.com/agrc/BEMS.git"
},
"devDependencies": {
"dojo": "^1.10.2",
"grunt": "^0.4",
"grunt-amdcheck": "^1.2.5",
"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.3",
"grunt-esri-slurp": "^2.0.1",
"grunt-if-missing": "^1",
"grunt-newer": "^0.7.0",
"grunt-processhtml": "^0",
"grunt-ssh": "^0",
"uglify-js": "^2.4.15"
},
"scripts": {
"test": "grunt travis --verbose"
}
}