{ "name": "polestar", "version": "0.14.0", "description": "Visualization specification interface.", "repository": { "type": "git", "url": "https://github.com/vega/polestar.git" }, "author": { "name": "UW Interactive Data Lab", "url": "http://idl.cs.washington.edu" }, "collaborators": [ "Dominik Moritz (http://domoritz.de)", "Kanit Wongsuphasawat (http://kanitw.yellowpigz.com)", "Jeffrey Heer (http://jheer.org)" ], "license": "BSD-3-Clause", "scripts": { "postinstall": "bower install", "patch": "gulp patch", "feature": "gulp feature", "release": "gulp release", "deploy": "npm run lint && npm run test && bash -x scripts/deploy.sh", "build": "gulp build", "start": "gulp serve", "start-dist": "gulp serve:dist", "lint": "gulp jshint", "test": "gulp test" }, "devDependencies": { "bower": "^1.7.7", "browser-sync": "~2.11.1", "chai": "^3.5.0", "chai-jquery": "^2.0.0", "chalk": "~1.1.1", "del": "~2.2.0", "gulp": "~3.9.0", "gulp-angular-filesort": "^1.1.1", "gulp-angular-templatecache": "^1.8.0", "gulp-autoprefixer": "~3.1.0", "gulp-base64": "^0.1.3", "gulp-compass": "^2.1.0", "gulp-consolidate": "~0.1.2", "gulp-csso": "~1.0.1", "gulp-filter": "~3.0.1", "gulp-flatten": "~0.2.0", "gulp-inject": "~3.0.0", "gulp-jshint": "~2.0.0", "gulp-load-plugins": "~1.2.0", "gulp-minify-html": "~1.0.5", "gulp-ng-annotate": "^1.1.0", "gulp-protractor": "~2.1.0", "gulp-rename": "~1.2.2", "gulp-replace": "~0.5.4", "gulp-sass": "~2.1.1", "gulp-size": "~2.0.0", "gulp-uglify": "~1.5.1", "gulp-useref": "~3.0.5", "http-proxy": "~1.13.0", "jshint": "^2.9.2", "jshint-stylish": "~2.1.0", "karma-chai": "^0.1.0", "karma-chai-jquery": "^1.0.0", "karma-chrome-launcher": "^0.2.2", "karma-jquery": "^0.1.0", "karma-mocha": "^0.2.1", "karma-mocha-reporter": "^1.1.5", "karma-phantomjs-launcher": "~0.2.3", "karma-sinon-chai": "^1.1.0", "main-bower-files": "~2.11.1", "mocha": "^2.4.4", "phantomjs": "^2.1.3", "phantomjs-polyfill": "0.0.1", "protractor": "~3.0.0", "request": "^2.69.0", "require-dir": "~0.3.0", "sinon": "^1.17.4", "sinon-chai": "^2.8.0", "stream-series": "^0.1.1", "uglify-save-license": "~0.4.1", "wiredep": "^3.0.0", "yargs": "^3.32.0" }, "engines": { "node": ">=0.10.0" } }