-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "blueoak-build",
"version": "0.2.0",
"description": "BlueOak client side build scripts",
"repository": "BlueOakJS/blueoak-build",
"author": "PointSource LLC",
"contributors": [
"Andre Asselin <andre.asselin@pointsource.com>",
"Brian Pace <brian.pace@globant.com>"
],
"copyright": "Copyright (c) 2015-2017 PointSource LLC. All rights reserved.",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"scripts": {},
"files": [
"*"
],
"keywords": [
"gulp"
],
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.11.1",
"browser-sync-spa": "~1.0.2",
"chalk": "~1.1.1",
"cli-table": "^0.3.1",
"cordova-browsersync-primitives": ">=1.1.0",
"del": "~2.0.1",
"dev-ip": "^1.0.1",
"elementtree": "~0.1.6",
"end-of-stream": "1.x",
"eslint-plugin-angular": "~0.11.0",
"gulp-angular-filesort": "~1.1.1",
"gulp-angular-templatecache": "~1.7.0",
"gulp-autoprefixer": "~3.0.1",
"gulp-concat-css": "^2.2.0",
"gulp-css-useref": "~0.0.1",
"gulp-eslint": "~1.0.0",
"gulp-file": "~0.3.0",
"gulp-filter": "~3.0.1",
"gulp-imagemin": "~2.3.0",
"gulp-inject": "~1.5.0",
"gulp-load-plugins": "~0.10.0",
"gulp-minify-css": "~1.2.1",
"gulp-minify-html": "~1.0.4",
"gulp-ng-constant": "^1.1.0",
"gulp-order": "~1.1.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-sass": "~2.0.4",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.5.2",
"gulp-uglify": "~1.4.0",
"gulp-useref": "~3.1.0",
"gulp-util": "~3.0.6",
"lodash": "4.x",
"main-bower-files": "~2.9.0",
"plist": "1.2.x",
"properties-parser": "0.x",
"q": "1.x",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"stream-consume": "0.x",
"superspawn": "^0.1.0",
"swagger-js-codegen": "^1.1.5",
"swagger-parser": "^3.3.0",
"through2": "2.x",
"uglify-save-license": "~0.4.1",
"wiredep": "~2.2.2",
"yargs": "^3.29.0"
}
}