-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 918 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
{
"name": "Drilldown",
"version": "0.1.0",
"description": "Search for and display address details in a hierarchical list",
"license": "APACHE",
"repository": "EsriUK/wab-dijit-drilldown",
"scripts": {
"test": "grunt coverci"
},
"keywords": [
"esri",
"dojo",
"widget",
"dijit"
],
"devDependencies": {
"grunt": "0.4.5",
"bower": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jasmine": "^0.8.0",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.9.2",
"grunt-template-jasmine-dojo": "0.0.6",
"grunt-template-jasmine-istanbul": "git+https://github.com/danbatsb/grunt-template-jasmine-istanbul.git",
"grunt-coveralls": "^1.0.0",
"mocha": "*",
"webdriverio": "3.2.4",
"adm-zip": "*",
"grunt-webdriver": "*",
"grunt-bower-task": "0.4.0",
"grunt-preen": "1.0.0"
}
}