-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}