2016-10-05 14:17:17 -04:00
|
|
|
{
|
|
|
|
"name": "moneygo",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "A personal finance web application",
|
|
|
|
"main": "js/main.js",
|
|
|
|
"dependencies": {
|
2017-06-07 21:08:39 -04:00
|
|
|
"babel-preset-es2015": "^6.24.1",
|
2017-09-20 19:58:26 -04:00
|
|
|
"babel-preset-react": "^6.16.0",
|
2016-10-05 14:17:17 -04:00
|
|
|
"babelify": "^7.3.0",
|
2017-09-20 19:58:26 -04:00
|
|
|
"big.js": "^3.2.0",
|
2017-12-18 20:08:07 -05:00
|
|
|
"browserify": "^14.5.0",
|
2017-05-31 20:47:48 -04:00
|
|
|
"cldr-data": "^31.0.2",
|
2017-12-18 20:08:07 -05:00
|
|
|
"d3": "^4.12.0",
|
2017-09-20 19:58:26 -04:00
|
|
|
"globalize": "^1.3.0",
|
2016-10-05 14:17:17 -04:00
|
|
|
"keymirror": "^0.1.1",
|
2017-12-18 20:08:07 -05:00
|
|
|
"react": "^15.6.2",
|
|
|
|
"react-addons-update": "^15.6.2",
|
|
|
|
"react-bootstrap": "^0.31.5",
|
2017-06-17 10:28:50 -04:00
|
|
|
"react-codemirror": "^1.0.0",
|
2017-12-18 20:08:07 -05:00
|
|
|
"react-dom": "^15.6.2",
|
2017-09-20 19:58:26 -04:00
|
|
|
"react-redux": "^5.0.6",
|
|
|
|
"react-widgets": "^3.5.0",
|
|
|
|
"redux": "^3.7.2",
|
2016-10-05 14:17:17 -04:00
|
|
|
"redux-thunk": "^2.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/aclindsa/moneygo.git"
|
|
|
|
},
|
|
|
|
"author": "Aaron Lindsay",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/aclindsa/moneygo/issues"
|
|
|
|
},
|
2017-09-20 19:58:26 -04:00
|
|
|
"homepage": "https://github.com/aclindsa/moneygo#moneygo"
|
2016-10-05 14:17:17 -04:00
|
|
|
}
|