mirror of
https://github.com/status-im/burnchart.git
synced 2025-02-11 01:46:24 +00:00
83 lines
1.9 KiB
JSON
83 lines
1.9 KiB
JSON
{
|
|
"name": "burnchart",
|
|
"version": "2.0.1",
|
|
"description": "GitHub Burndown Chart as a Service",
|
|
"author": "Radek Stepan <dev@radekstepan.com> (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"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.9.0",
|
|
"brain": "^0.7.0",
|
|
"chance": "^0.7.0",
|
|
"d3": "^3.5.2",
|
|
"d3-tip": "git://github.com/Caged/d3-tip",
|
|
"director": "~1.2.3",
|
|
"firebase": "~2.0.1",
|
|
"lodash": "~2.4.1",
|
|
"lscache": "~1.0.2",
|
|
"marked": "~0.3.2",
|
|
"moment": "~2.8.3",
|
|
"normalize.less": "^1.0.0",
|
|
"ractive": "~0.6.1",
|
|
"ractive-ractive": "~0.4.4",
|
|
"ractive-transitions-fade": "~0.1.2",
|
|
"semver": "~4.1.0",
|
|
"sortedindex-compare": "0.0.1",
|
|
"superagent": "^0.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"blanket": "~1.1.6",
|
|
"browserify": "^7.0.3",
|
|
"chai": "^1.9.2",
|
|
"coffee-script": "~1.8.0",
|
|
"coffeeify": "^1.0.0",
|
|
"coveralls": "~2.11.2",
|
|
"grunt": "~0.4.5",
|
|
"grunt-cli": "^0.1.13",
|
|
"grunt-contrib-clean": "~0.6.0",
|
|
"grunt-contrib-cssmin": "~0.10.0",
|
|
"grunt-contrib-uglify": "~0.6.0",
|
|
"grunt-gh-pages": "~0.9.1",
|
|
"grunt-mkdir": "~0.1.2",
|
|
"less": "^2.1.2",
|
|
"lesshat": "~3.0.2",
|
|
"mocha": "~2.0.1",
|
|
"mocha-lcov-reporter": "0.0.1",
|
|
"node-static": "~0.7.6",
|
|
"proxyquire": "^1.3.0",
|
|
"ractivate": "~0.2.0",
|
|
"watch": "^0.13.0",
|
|
"watchify": "^2.2.1"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
"coffeeify",
|
|
"ractivate"
|
|
]
|
|
},
|
|
"config": {
|
|
"blanket": {
|
|
"loader": "./node-loaders/coffee-script",
|
|
"pattern": "src",
|
|
"data-cover-never": "node_modules",
|
|
"data-cover-flags": {
|
|
"engineOnly": true
|
|
}
|
|
}
|
|
}
|
|
}
|