{ "name": "burnchart", "version": "3.0.0", "description": "GitHub Burndown Chart as a Service", "author": "Radek Stepan (http://radekstepan.com)", "license": "AGPL-3.0", "bin": { "burnchart": "./bin/burnchart.js" }, "scripts": { "start": "make start", "test": "make test" }, "dependencies": { "argparse": "^1.0.4", "colors": "^1.1.2", "node-static": "^0.7.7" }, "devDependencies": { "async": "^1.5.2", "babel": "^6.3.26", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "babel-register": "^6.4.3", "babelify": "^7.2.0", "browserify": "^13.0.0", "chai": "^3.4.1", "classnames": "^2.2.3", "clean-css": "^3.4.9", "coffeeify": "^2.0.1", "d3": "^3.5.12", "d3-tip": "^0.6.7", "deep-diff": "^0.3.3", "firebase": "^2.3.2", "less": "^2.5.3", "lesshat": "^3.0.2", "lodash": "^3.10.1", "lscache": "^1.0.5", "marked": "^0.3.5", "mocha": "^2.3.4", "moment": "^2.11.1", "normalize.less": "^1.0.0", "object-assign": "^4.0.1", "object-path": "^0.9.2", "proxyquire": "^1.7.3", "react": "^0.14.6", "react-addons-css-transition-group": "^0.14.6", "react-mini-router": "^2.0.0", "semver": "^5.1.0", "sortedindex-compare": "0.0.1", "superagent": "^1.6.1", "uglify-js": "^2.6.1", "watch": "^0.17.1", "watch-less": "0.0.4", "watchify": "^3.7.0" }, "repository": { "type": "git", "url": "git://github.com/radekstepan/burnchart.git" } }