forked from twitter/d3kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
46
47
{
"name": "d3kit",
"version": "1.0.9",
"description": "A kit of tools to speed D3 related project development.",
"main": "dist/d3kit.js",
"dependencies": {},
"devDependencies": {
"amdclean": "^2.2.7",
"grunt": "~0.4.5",
"grunt-bump": "~0.3.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-karma": "~0.8.3",
"grunt-shell": "~1.1.2",
"karma": "~0.12.21",
"karma-chrome-launcher": "~0.1.4",
"karma-coverage": "~0.2.6",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "^0.1.8",
"karma-mocha-reporter": "~0.2.8",
"karma-phantomjs-launcher": "~0.1.4",
"karma-requirejs": "~0.2.2",
"load-grunt-config": "~0.17.1",
"mocha": "^1.21.4",
"time-grunt": "~1.2.1"
},
"scripts": {
"test": "grunt test-ci"
},
"repository": {
"type": "git",
"url": "https://github.com/twitter/d3kit"
},
"keywords": [
"d3",
"visualization",
"javascript"
],
"author": "@kristw, @trebor",
"license": "MIT"
}