forked from palantir/plottable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "plottable",
"description": "A modular charting library built on D3",
"version": "2.2.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/palantir/plottable.git"
},
"author": "Palantir Technologies",
"main": "plottable.js",
"typings": "plottable-npm.d.ts",
"scripts": {
"test": "grunt test-travis"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-blanket-mocha": "0.5.0",
"grunt-bump": "0.7.0",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-compress": "0.14.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "0.6.1",
"grunt-eslint": "17.3.1",
"grunt-git": "0.3.7",
"grunt-jscs": "2.6.0",
"grunt-mocha-phantomjs": "2.0.1",
"grunt-parallelize": "1.1.3",
"grunt-saucelabs": "8.6.2",
"grunt-sed": "0.1.1",
"grunt-shell": "1.1.2",
"grunt-ts": "5.3.2",
"grunt-tslint": "3.0.3",
"grunt-umd": "2.3.5",
"load-grunt-tasks": "3.4.0",
"tslint": "3.7.4",
"typescript": "1.8.10"
},
"dependencies": {
"d3": "^3.5.16"
}
}