forked from square/crossfilter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 825 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
37
38
39
40
{
"name": "crossfilter",
"version": "1.3.7",
"description": "Fast multidimensional filtering for coordinated views.",
"keywords": [
"square",
"analytics",
"visualization"
],
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"contributors": [
{
"name": "Jason Davies",
"url": "http://www.jasondavies.com/"
}
],
"maintainers": [
{
"name": "Tom Carden",
"url": "http://github.com/RandomEtc"
}
],
"homepage": "http://square.github.com/crossfilter/",
"main": "./index.js",
"repository": {
"type": "git",
"url": "http://github.com/square/crossfilter.git"
},
"devDependencies": {
"d3": "3.3",
"vows": "0.7.0",
"uglify-js": "2.4.0"
},
"scripts": {
"test": "./node_modules/.bin/vows"
}
}