forked from WebDevStudios/custom-post-type-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.19 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
{
"name": "custom-post-type-ui",
"version": "1.6.1",
"description": "Custom Post Type UI",
"main": "Gulpfile.js",
"directories": {
"tests": "tests"
},
"dependencies": {
"del": "^3.0.0",
"glob": "^7.1.5",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-shell": "^0.7.1",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^3.0.2",
"fancy-log": "1.3.3",
"inflight": "^1.0.6",
"minimatch": "^3.0.4",
"natives": "^1.1.6",
"once": "^1.4.0",
"wrappy": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/WebDevStudios/custom-post-type-ui"
},
"keywords": [
"plugin",
"post-types",
"taxonomies"
],
"author": "WebDevStudios",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/WebDevStudios/custom-post-type-ui/issues"
},
"homepage": "https://github.com/WebDevStudios/custom-post-type-ui"
}