{ "name": "burnchart", "version": "2.0.10", "description": "GitHub Burndown Chart as a Service", "author": "Radek Stepan (http://radekstepan.com)", "license": "AGPL-3.0", "keywords": [ "github", "issues", "burndown", "chart", "scrum" ], "repository": { "type": "git", "url": "git://github.com/radekstepan/burnchart.git" }, "scripts": { "start": "rake serve", "test": "rake test" }, "bin": { "burnchart": "./bin/run.js" }, "dependencies": { "async": "1.5.2", "brain": "0.7.0", "chance": "0.8.0", "d3": "3.5.12", "d3-tip": "git://github.com/Caged/d3-tip", "director": "1.2.8", "firebase": "2.3.2", "lodash": "3.10.1", "lscache": "1.0.5", "marked": "0.3.5", "moment": "2.11.1", "node-static": "0.7.7", "normalize.less": "1.0.0", "ractive": "0.6.1", "ractive-ractive": "0.4.4", "semver": "5.1.0", "sortedindex-compare": "0.0.1", "superagent": "1.6.1" }, "devDependencies": { "blanket": "1.2.1", "browserify": "13.0.0", "chai": "3.4.1", "coffee-script": "1.10.0", "coffeeify": "2.0.1", "coveralls": "2.11.6", "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-contrib-clean": "0.7.0", "grunt-contrib-cssmin": "0.14.0", "grunt-contrib-uglify": "0.11.0", "grunt-gh-pages": "1.0.0", "grunt-mkdir": "0.1.2", "less": "2.5.3", "lesshat": "3.0.2", "mocha": "2.3.4", "mocha-lcov-reporter": "1.0.0", "proxyquire": "1.7.3", "ractivate": "0.2.0", "watch": "0.17.1", "watchify": "3.7.0" }, "browserify": { "transform": [ "coffeeify", "ractivate" ] }, "config": { "blanket": { "loader": "./node-loaders/coffee-script", "pattern": "src", "data-cover-never": "node_modules", "data-cover-flags": { "engineOnly": true } } } }