mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-16 16:27:12 +10:00
Merge pull request #2898 from cdnjs/pr/2889
Reinstate filename to crossfilter
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,37 +1,41 @@
|
||||
{
|
||||
"name": "crossfilter",
|
||||
"filename": "crossfilter.min.js",
|
||||
"version": "1.3.1",
|
||||
"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/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/square/crossfilter.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"d3": "3.0.x",
|
||||
"vows": "0.7.0",
|
||||
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#aebafad4"
|
||||
"name": "crossfilter",
|
||||
"filename": "crossfilter.min.js",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user