UNPKG

universe

Version:

The fastest way to query and explore multivariate datasets

52 lines (51 loc) 1.28 kB
{ "name": "universe", "version": "0.8.1", "description": "The fastest way to query and explore multivariate datasets", "main": "src/universe.js", "directories": { "test": "test" }, "files": [ "src", "universe.*" ], "dependencies": { "crossfilter2": "1.4.0-alpha.6", "q": "^1.4.1", "reductio": "^0.6.2" }, "devDependencies": { "ava": "^0.15.2", "browserify": "^13.0.0", "browserify-shim": "^3.8.12", "uglify-js": "^2.7.0" }, "scripts": { "lint": "eslint src", "test": "yarn lint && ava --verbose", "browserify": "browserify ./src/universe.js -d -s universe -o universe.js", "min": "uglifyjs universe.js -o universe.min.js", "build": "npm run browserify && npm run min && echo 'Done building.'", "watch": "onchange 'src/**' -i -w -- npm run build", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/crossfilter/universe.git" }, "keywords": [ "crossfilter", "query", "multivariate", "datavis", "filtering", "data" ], "author": "Tanner Linsley", "license": "Apache-2.0", "bugs": { "url": "https://github.com/crossfilter/universe/issues" }, "homepage": "https://github.com/crossfilter/universe" }