-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
51 lines (51 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
{
"name": "progressive-wordpress",
"version": "2.1.11",
"description": "This WordPress plugin adds progressive web app features to your WordPress site",
"main": "gulpfile.babel.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SayHelloGmbH/progressive-wordpress.git"
},
"dependencies": {
"clientjs": "^0.1.11"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"gulp-sass-import-json": "^1.0.2",
"gulp-svgmin": "^1.2.3",
"gulp-uglify": "^2.0.1",
"gulp-watch": "^5.0.0",
"json-loader": "^0.5.7",
"merge-stream": "^1.0.1",
"webpack": "^3.12.0",
"webpack-stream": "^3.2.0"
},
"author": "Nico Martin",
"license": "GPL-3.0",
"scripts": {
"test": "gulp"
},
"bugs": {
"url": "https://github.com/SayHelloGmbH/progressive-wordpress/issues"
},
"homepage": "https://github.com/SayHelloGmbH/progressive-wordpress#README",
"babel": {
"presets": [
"env"
]
}
}