-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
62 lines (62 loc) · 1.33 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "dcplot",
"version": "0.4.2",
"license": "MIT",
"copyright": "2015",
"description": "A terse and minimal wrapper for dc.js",
"keywords": [
"visualization",
"svg",
"animation",
"canvas",
"chart",
"dimensional",
"crossfilter",
"d3",
"dc"
],
"homepage": "http://att.github.io/dcplot.js/",
"bugs": "https://github.com/att/dcplot.js/issues",
"author": {
"name": "Gordon Woodhull"
},
"repository": {
"type": "git",
"url": "https://github.com/dc-js/dc.js.git"
},
"dependencies": {
"crossfilter": "1.x",
"d3": "3.x",
"dc": "~2.0.0-beta"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "~0.10.0",
"grunt-jscs": "~2.2.0",
"grunt-jsdoc-to-markdown": "~1.1.1",
"grunt-shell": "~1.1.1",
"load-grunt-tasks": "~3.2.0",
"time-grunt": "~1.2.1"
},
"scripts": {
"test": "grunt test"
},
"npmName": "dcplot",
"npmFileMap": [
{
"basePath": "/",
"files": [
"dcplot.js",
"dataframe.js"
]
}
]
}