-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 891 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 891 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
{
"name": "Kensu",
"version": "0.0.1",
"homepage": "https://github.com/Spinaldash/Kensu",
"author": "Michael J. Perez <blueavenger@gmail.com>",
"license": "BSD",
"devDependencies": {
"bower": "^1.4.1",
"browser-sync": "^2.7.13",
"concurrent-transform": "^1.0.0",
"gulp": "^3.9.0",
"gulp-awspublish": "^2.0.2",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-debug": "^2.0.1",
"gulp-eslint": "^0.15.0",
"gulp-filesize": "0.0.6",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.0.1",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^5.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.2",
"rimraf": "^2.4.1",
"run-sequence": "^1.1.1"
}
}