-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
55 lines (55 loc) · 1.39 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
{
"name": "frontendboilerplate",
"version": "0.0.1",
"description": "",
"author": {
"name": "Vahe Hovhannisyan",
"email": "vhpoet@gmail.com",
"url": "http://vahehovhannisyan.com"
},
"repository": {
"type": "git",
"url": "git://github.com/vhpoet/frontend-boilerplate.git"
},
"scripts": {
"start": "bower i ; gulp",
"postinstall": "bower i ; gulp dev"
},
"readmeFilename": "README",
"devDependencies": {
"browser-sync": "^1.8.3",
"connect-modrewrite": "^0.7.9",
"del": "^1.1.1",
"gulp-bower": "0.0.7",
"gulp-csso": "^0.2.9",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.0.0",
"gulp-jade-find-affected": "^0.2.1",
"gulp-livereload": "~2.1.1",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^0.1.8",
"gulp-ng-annotate": "^0.4.3",
"gulp-protractor": "0.0.12",
"gulp-rev": "^2.0.1",
"gulp-rev-replace": "^0.3.1",
"gulp-ruby-sass": "~1.0.0-alpha",
"gulp-size": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "~1.0.1",
"gulp-useref": "^1.1.0",
"gulp-watch": "^4.2.4",
"gulp-webpack": "~1.1.0",
"jade": "^1.9.2",
"json-loader": "^0.5.1",
"protractor": "^1.5.0",
"wiredep": "^2.2.2",
"gulp-yaml": "~0.2.4",
"gulp-gh-pages": "~0.5.2",
"gulp-merge-json": "~0.3.0"
},
"dependencies": {
"gulp": "~3.8.10",
"js-yaml": "~3.3.1",
"bower": "~1.4.1"
}
}