This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.47 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
{
"name": "mithril-coffee-gulp-seed",
"version": "0.0.0",
"browserify": {
"transform": [
"browserify-shim",
"caching-coffeeify"
]
},
"browser": {
"jquery": "./app/bower_components/jquery/dist/jquery.js"
},
"browserify-shim": {
"jquery": "$",
"./app/bower_components/bootstrap/dist/js/bootstrap.js": {
"depends": [
"./app/bower_components/jquery/dist/jquery.js:$"
]
}
},
"dependencies": {
"lodash": "4.17.15",
"mithril": "0.1.22"
},
"devDependencies": {
"browserify": "^5.12.1",
"browserify-shim": "^3.7.0",
"caching-coffeeify": "0.4.0",
"connect": "2.2.0",
"connect-livereload": "^0.4.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-cache": "^0.2.3",
"gulp-coffee": "^2.2.0",
"gulp-csso": "^0.2.9",
"gulp-filter": "^1.0.2",
"gulp-flatten": "^0.0.3",
"gulp-imagemin": "^1.0.1",
"gulp-jshint": "^1.8.5",
"gulp-less": "^1.3.6",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.7.0",
"gulp-notify": "^1.8.0",
"gulp-size": "^1.1.0",
"gulp-run": "^1.6.4",
"gulp-sourcemaps": "^1.2.2",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"gulp-util": "^3.0.1",
"jshint-stylish": "^1.0.0",
"main-bower-files": "^2.0.0",
"opn": "^1.0.0",
"pretty-hrtime": "^0.2.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.6",
"wiredep": "^1.8.5"
},
"engines": {
"node": ">=0.10.0"
}
}