{ "name": "moneygo", "version": "0.0.1", "description": "A personal finance web application", "main": "js/main.js", "dependencies": { "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.16.0", "babelify": "^7.3.0", "big.js": "^3.2.0", "browserify": "^14.5.0", "cldr-data": "^31.0.2", "d3": "^4.12.0", "globalize": "^1.3.0", "keymirror": "^0.1.1", "react": "^15.6.2", "react-addons-update": "^15.6.2", "react-bootstrap": "^0.31.5", "react-codemirror": "^1.0.0", "react-dom": "^15.6.2", "react-redux": "^5.0.6", "react-widgets": "^3.5.0", "redux": "^3.7.2", "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#moneygo" }