-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
31 lines (31 loc) · 936 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
{
"name": "angular-dimple",
"version": "2.0.1",
"description": "Angular.js wrapper for the Dimple charting language",
"repository": "https://github.com/esripdx/angular-dimple",
"license": "ISC",
"scripts": {
"prepublish": "bower install && grunt prepublish",
"start": "grunt"
},
"devDependencies": {
"acetate": "0.0.7",
"grunt": "~0.4.5",
"grunt-acetate": "0.0.5",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-compress": "^0.11.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-imagemin": "^0.8.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-github-releaser": "^0.1.17",
"grunt-newer": "^0.7.0",
"grunt-prompt": "^1.3.0",
"load-grunt-tasks": "~0.6.0",
"minimist": "~1.1.0"
}
}