mirror of
https://github.com/status-im/burnchart.git
synced 2025-02-10 01:23:23 +00:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "burnchart",
|
|
"version": "3.3.0",
|
|
"description": "GitHub Burndown Chart as a Service",
|
|
"author": "Radek Stepan <dev@radekstepan.com> (http://radekstepan.com)",
|
|
"license": "AGPL-3.0",
|
|
"bin": {
|
|
"burnchart": "./bin/burnchart.js"
|
|
},
|
|
"scripts": {
|
|
"start": "make start",
|
|
"test": "make test"
|
|
},
|
|
"engines": {
|
|
"node": "~8.11.0",
|
|
"npm": "~5.8.0"
|
|
},
|
|
"dependencies": {
|
|
"argparse": "1.0.10",
|
|
"colors": "1.2.1",
|
|
"node-static": "0.7.10"
|
|
},
|
|
"devDependencies": {
|
|
"async": "2.6.0",
|
|
"babel": "6.23.0",
|
|
"babel-preset-es2015": "6.24.1",
|
|
"babel-preset-react": "6.24.1",
|
|
"babel-preset-stage-0": "6.24.1",
|
|
"babel-register": "6.26.0",
|
|
"babelify": "8.0.0",
|
|
"browserify": "13.0.0",
|
|
"chai": "4.1.2",
|
|
"classnames": "2.2.5",
|
|
"clean-css": "3.4.9",
|
|
"d3": "3.5.12",
|
|
"d3-tip": "0.6.7",
|
|
"deep-diff": "1.0.0",
|
|
"firebase": "3.4.1",
|
|
"less": "3.0.1",
|
|
"lesshat": "4.1.0",
|
|
"lodash": "4.17.5",
|
|
"lscache": "1.0.5",
|
|
"marked": "0.3.19",
|
|
"mocha": "5.1.1",
|
|
"moment": "2.22.1",
|
|
"normalize.less": "1.0.0",
|
|
"object-assign": "4.1.1",
|
|
"object-path": "0.11.4",
|
|
"proxyquire": "2.0.1",
|
|
"qs": "6.5.1",
|
|
"react": "0.14.7",
|
|
"react-addons-css-transition-group": "0.14.6",
|
|
"react-autosuggest": "3.3.5",
|
|
"react-dom": "0.14.7",
|
|
"react-mini-router": "2.0.0",
|
|
"semver": "5.5.0",
|
|
"sortedindex-compare": "0.0.1",
|
|
"superagent": "3.8.2",
|
|
"uglify-js": "3.3.22",
|
|
"watch": "1.0.2",
|
|
"watch-less": "0.0.4",
|
|
"watchify": "3.11.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/radekstepan/burnchart.git"
|
|
}
|
|
}
|