-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.35 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
43
44
45
46
47
48
{
"author": "Tim Garthwaite <[email protected]>",
"name": "cash-forecast",
"description": "Cash reconciliation and income forecasting",
"version": "0.0.0",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/mividtim/cash-forecast.git"
},
"engines": {
"node": "^5.4.0"
},
"scripts": {
"clean": "node_modules/gulp/bin/gulp.js clean",
"build": "node_modules/gulp/bin/gulp.js build",
"watch": "node_moudles/gulp/bin/gulp.js watch",
"start": "node_modules/gulp/bin/gulp.js start",
"db": "node_modules/gulp/bin/gulp.js db",
"app": "node_modules/gulp/bin/gulp.js app",
"live": "node_modules/gulp/bin/gulp.js live",
"dev": "node_modules/gulp/bin/gulp.js"
},
"dependencies": {
"browserify": "^13.0.0",
"jquery": "^2.2.0",
"lodash": "^4.2.1",
"redux": "^3.2.1",
"riot": "^2.3.15"
},
"devDependencies": {
"coffeeify": "^2.0.1",
"del": "^2.2.0",
"fs-extra": "^0.26.5",
"gulp": "git+https://[email protected]/gulpjs/gulp.git#4.0",
"gulp-coffee": "^2.3.1",
"gulp-jade": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-start": "^1.0.1",
"gulp-stylus": "^2.3.0",
"javascript-brunch": "^1.8.0",
"livereload": "^0.4.1",
"riotify": "^0.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}