-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1000 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1000 Bytes
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
{
"name": "duilo-plugin",
"version": "1.0.0",
"description": "Gulp automation for the duilo plugin-framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmanzo/duilo-wordpress-plugin-framework.git"
},
"keywords": [
"js",
"scss",
"css",
"gulp",
"wordpress",
"plugin",
"automation"
],
"author": "Jean Manzo",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jmanzo/duilo-wordpress-plugin-framework/issues"
},
"homepage": "https://github.com/jmanzo/duilo-wordpress-plugin-framework#readme",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2"
}
}