-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.49 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
64
65
{
"name": "WabootFramework",
"version": "1.1.8",
"author": "WAGA Team",
"homepage": "https://www.waboot.io/",
"repository": {
"type": "git",
"url": "https://github.com/wagaweb/wbf"
},
"bugs": {
"url": "https://github.com/wagaweb/wbf/issues"
},
"licenses": [
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"autoprefixer": "^8.6.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"browserify-shim": "^3.8.6",
"copy": "^0.3.2",
"cssnano": "^3.7.1",
"glob": "*",
"gulp": "^3.8.11",
"gulp-bower": "0.0.14",
"gulp-concat": "^2.6.0",
"gulp-copy": "^1.1.0",
"gulp-csso": "^3.0.1",
"gulp-jsmin": "^0.1.5",
"gulp-less": "^3.1.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-wp-pot": "^2.3.1",
"gulp-zip": "^4.1.0",
"merge-stream": "^1.0.0",
"pixrem": "^4.0.1",
"require-dir": "^1.0.0",
"run-sequence": "^2.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery",
"backbone": "global:Backbone",
"underscore": "global:_"
}
}