-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
41 lines (41 loc) · 906 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
41
{
"name": "crossfilter",
"version": "1.3.12",
"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",
"vows": "0.7.0",
"uglify-js": "2.6.0"
},
"scripts": {
"test": "./node_modules/.bin/vows",
"build": "./node_modules/.bin/uglifyjs crossfilter.js -o crossfilter.min.js"
}
}