-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 898 Bytes
/
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
{
"name": "ChrisOyler",
"version": "0.0.2",
"homepage": "https://github.com/IAmEddieDean",
"author": "Christopher Oyler <christopher.oyler@gmail.com>",
"license": "BSD",
"devDependencies": {
"bower": "^1.4.1",
"browser-sync": "^2.7.1",
"concurrent-transform": "^1.0.0",
"gulp": "^3.8.11",
"gulp-awspublish": "1.0.6",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.5.2",
"gulp-copy": "0.0.2",
"gulp-debug": "^2.0.1",
"gulp-eslint": "^0.11.1",
"gulp-filesize": "0.0.6",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.0.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.1",
"gulp-ng-annotate": "^0.5.3",
"gulp-rename": "^1.2.2",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"rimraf": "^2.3.3",
"run-sequence": "^1.1.0"
}
}