-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 972 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 972 Bytes
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
{
"name": "kolohelios",
"version": "0.0.1",
"homepage": "https://github.com/kolohelios/kolohelios",
"author": "Jon Edwards <jkedwards@me.com>",
"license": "BSD",
"devDependencies": {
"bower": "^1.7.7",
"browser-sync": "^2.11.1",
"concurrent-transform": "^1.0.0",
"gulp": "^3.9.0",
"gulp-awspublish": "^1.0.9",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^0.14.0",
"gulp-filesize": "0.0.6",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^1.2.2",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.3",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jshint-stylish": "^1.0.2",
"rimraf": "^2.5.1",
"run-sequence": "^1.1.5"
},
"dependencies": {
"gulp-eslint": "^0.14.0"
}
}