-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.07 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
40
41
42
{
"name": "dblbook",
"version": "0.0.1",
"description": "a double-entry accounting app",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-loader": "^5.2.2",
"bintrees": "^1.0.0",
"flow-bin": "^0.17.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.6.0",
"gulp-flowtype": "^0.4.8",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"gulp-webpack": "^1.5.0",
"moment": "^2.10.3",
"node-libs-browser": "^0.5.2",
"react": "^0.14.7",
"react-datepicker": "^0.23.2",
"react-dom": "^0.14.7",
"react-router": "^2.0.0",
"webpack": "^1.10.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haberman/dblbook.git"
},
"author": "Josh Haberman <[email protected]>",
"bugs": {
"url": "https://github.com/haberman/dblbook/issues"
},
"homepage": "https://github.com/haberman/dblbook#readme"
}