-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "frontendboilerplate",
"version": "0.0.1",
"description": "",
"author": {
"name": "Vahe Hovhannisyan",
"email": "[email protected]",
"url": "http://vahehovhannisyan.com"
},
"repository": {
"type": "git",
"url": "git://github.com/vhpoet/frontend-boilerplate.git"
},
"readmeFilename": "README",
"devDependencies": {
"browser-sync": "^1.8.3",
"connect-modrewrite": "^0.7.9",
"del": "^1.1.1",
"gulp": "~3.9.1",
"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-htmlmin": "^1.3.0",
"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",
"webpack-stream": "~2.1.0",
"jade": "^1.9.2",
"json-loader": "^0.5.1",
"protractor": "^1.5.0",
"wiredep": "^2.2.2"
},
"dependencies": {
"angular": "^1.4.4",
"angular-ui-router": "^0.2.15",
"bootstrap": "^3.3.5",
"jquery": "^2.1.4"
},
"license": "MIT"
}