mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-10-31 16:00:05 -04:00
38 lines
967 B
JSON
38 lines
967 B
JSON
{
|
|
"name": "moneygo",
|
|
"version": "0.0.1",
|
|
"description": "A personal finance web application",
|
|
"main": "js/main.js",
|
|
"dependencies": {
|
|
"babel-preset-react": "^6.16.0",
|
|
"babelify": "^7.3.0",
|
|
"big.js": "^3.1.3",
|
|
"browserify": "^13.1.0",
|
|
"cldr-data": "^29.0.2",
|
|
"d3": "^4.5.0",
|
|
"globalize": "^1.1.1",
|
|
"keymirror": "^0.1.1",
|
|
"react": "^15.3.2",
|
|
"react-addons-update": "^15.3.2",
|
|
"react-bootstrap": "^0.30.5",
|
|
"react-dom": "^15.3.2",
|
|
"react-redux": "^4.4.5",
|
|
"react-widgets": "^3.4.4",
|
|
"redux": "^3.6.0",
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/aclindsa/moneygo#README"
|
|
}
|