forked from palantir/plottable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1012 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
36
{
"name": "plottable.js",
"description": "A library for creating charts out of D3",
"version": "0.37.0",
"repository": {
"type": "git",
"url": "https://github.com/palantir/plottable.git"
},
"author": "Palantir Technologies",
"scripts": {
"test": "grunt test-travis"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "0.1.6",
"grunt-contrib-watch": "~0.5.3",
"load-grunt-tasks": "~0.2.0",
"grunt-ts": "~1.12.1",
"grunt-tslint": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-mocha-phantomjs": "~0.4.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-blanket-mocha": "~0.4.0",
"grunt-saucelabs": "8.1.1",
"typescript": "1.0.1",
"grunt-sed": "~0.1.1",
"grunt-git": "~0.2.6",
"grunt-contrib-clean": "~0.4.0",
"grunt-bump": "0.0.13",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-shell": "0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-parallelize": "1.0.0"
}
}