-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "cobudget-landing",
"version": "0.0.0",
"description": "landing page for the cobudget app",
"browser": "./src/js/index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp build && gulp server",
"develop": "gulp develop",
"build": "gulp build",
"publish": "gulp publish",
"stage": "(export NODE_ENV=production; gulp publish && git push origin gh-pages -f)",
"deploy": "(export NODE_ENV=production; gulp publish && git push deploy gh-pages:master -f)"
},
"repository": {
"type": "git",
"url": "git://github.com/derekrazo/cobudget-landing.git"
},
"author": "",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/derekrazo/cobudget-landing/issues"
},
"homepage": "https://github.com/derekrazo/cobudget-landing",
"browserify": {
"transform": [
"coffeeify"
]
},
"dependencies": {
"bootstrap": "^3.3.1",
"browserify": "^6.3.2",
"bundle-collapser": "^1.1.0",
"coffee-script": "^1.8.0",
"coffeeify": "^1.0.0",
"connect": "^3.3.3",
"ecstatic": "^0.5.6",
"font-awesome": "^4.2.0",
"gulp": "^3.8.10",
"gulp-changed": "^1.0.0",
"gulp-connect": "^2.2.0",
"gulp-filter": "^1.0.2",
"gulp-gh-pages": "^0.2.1",
"gulp-imagemin": "^2.0.0",
"gulp-minify-css": "^0.3.11",
"gulp-myth": "^1.0.1",
"gulp-newer": "^0.4.0",
"gulp-plumber": "^0.6.6",
"gulp-prettify": "^0.3.0",
"gulp-renderbars": "git://github.com/openappjs/gulp-renderbars",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"imagemin-pngquant": "^4.0.0",
"jquery": "^2.1.1",
"lodash": "^2.4.1",
"mold-source-map": "^0.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"connect-livereload": "^0.5.0",
"gulp-build-branch": "^0.1.4",
"gulp-livereload": "^2.1.1",
"gulp-watch": "^1.2.0",
"tiny-lr": "^0.1.4",
"watchify": "^2.1.1"
}
}