forked from gooddata/gooddata-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 852 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 852 Bytes
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
{
"name": "gooddata",
"version": "0.0.13",
"author": "GoodData",
"description": "GoodData JavaScript SDK",
"license": "Copyright (c) 2014, GoodData Corporation (BSD License)",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.1.0",
"grunt-karma": "~0.6.2",
"karma": "~0.10",
"karma-mocha": "~0.1.1",
"karma-coverage": "~0.1.4",
"karma-junit-reporter": "~0.1.0",
"karma-coffee-preprocessor": "=0.1.3",
"grunt-grizzly": "git+ssh://git@github.com:gooddata/grunt-grizzly",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-yuidoc": "~0.5.1",
"grunt-bump": "0.0.13",
"async": "~0.2.10",
"grunt-gh-pages": "~0.9.1"
}
}