-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.6 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
56
57
58
59
60
61
62
63
{
"name": "vbud.github.io",
"version": "0.1.0",
"private": "true",
"devDependencies": {
"JSONStream": "^1.0.4",
"babel-eslint": "^3.1.14",
"babel-loader": "^5.0.0",
"browser-sync": "^2.1.4",
"browser-sync-spa": "^1.0.2",
"chalk": "^1.0.0",
"concat-stream": "^1.4.7",
"del": "^1.1.1",
"eslint": "^0.23.0",
"eslint-loader": "^0.14.0",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-debug": "^2.0.1",
"gulp-filter": "^2.0.2",
"gulp-flatten": "~0.0.4",
"gulp-front-matter": "^1.2.2",
"gulp-gh-pages": "^0.5.1",
"gulp-inject": "^1.2.0",
"gulp-markdown": "^1.0.0",
"gulp-minify-css": "^1.1.1",
"gulp-minify-html": "^1.0.3",
"gulp-ng-annotate": "^1.0.0",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-rev-all": "^0.8.18",
"gulp-sass": "^2.0.0",
"gulp-size": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.0",
"gulp-util": "^3.0.2",
"gulp-watch": "^4.2.4",
"highlight.js": "^8.6.0",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.1",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.0",
"lodash": "^3.2.0",
"main-bower-files": "^2.5.0",
"merge-stream": "^0.1.7",
"minimist": "^1.1.1",
"mkdirp": "^0.5.0",
"node-libs-browser": "^0.5.2",
"protractor": "^2.1.0",
"run-sequence": "^1.1.0",
"through2": "^2.0.0",
"uglify-save-license": "^0.4.1",
"webpack-stream": "^2.0.0",
"wiredep": "^2.2.0",
"wrench": "^1.5.8"
},
"engines": {
"node": ">=0.10.0"
}
}