40 lines
950 B
JSON
40 lines
950 B
JSON
{
|
|
"name": "burnchart",
|
|
"version": "3.0.0-alpha",
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/superstatic public --port 8080",
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"deep-diff": "^0.3.3",
|
|
"lesshat": "^3.0.2",
|
|
"lodash": "^3.10.1",
|
|
"normalize.less": "^1.0.0",
|
|
"object-assign": "^4.0.1",
|
|
"object-path": "^0.9.2",
|
|
"react": "^0.14.6",
|
|
"react-mini-router": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^6.3.26",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-react": "^6.3.13",
|
|
"babelify": "^7.2.0",
|
|
"browserify": "^13.0.0",
|
|
"chai": "^3.4.1",
|
|
"less": "^2.5.3",
|
|
"mocha": "^2.3.4",
|
|
"superstatic": "^4.0.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"
|
|
},
|
|
"private": true,
|
|
"license": "LicenseRef-LICENSE"
|
|
}
|