-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 KB
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": "sample-mithril-ore",
"description": "A Mithril projected generate with mithril-ore.",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.7.1",
"browserify": "^9.0.8",
"browserify-shim": "^3.8.5",
"connect": "^2.14.4",
"connect-history-api-fallback": "0.0.4",
"connect-livereload": "^0.4.0",
"connect-prism": "^0.5.0",
"grunt": "^0.4.5",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.1",
"gulp-changed": "^1.0.0",
"gulp-concat": "~2.2.0",
"gulp-csso": "~0.2.8",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^0.6.2",
"gulp-inject": "^1.2.0",
"gulp-jscs": "^1.0.0",
"gulp-jshint": "^1.5.6",
"gulp-less": "~1.2.3",
"gulp-livereload": "^2.1.0",
"gulp-minify-css": "^0.3.7",
"gulp-minify-html": "^0.1.4",
"gulp-notify": "^1.4.1",
"gulp-plumber": "^0.6.4",
"gulp-rename": "~1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-useref": "^1.0.2",
"gulp-util": "~2.2.14",
"jshint-stylish": "~0.2.0",
"mithril": "latest",
"pretty-hrtime": "^0.2.1",
"require-dir": "^0.1.0",
"watchify": "^2.0.0",
"wiredep": "^1.8.2"
}
}