This repository has been archived by the owner on Nov 25, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.4 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
{
"name": "post-types-definitely",
"version": "0.6.7",
"description": "This framework plugin makes adding post types with taxonomies and meta to WordPress very simple, yet flexible.",
"keywords": [
"wordpress",
"plugin",
"definitely",
"framework",
"custom-post-type",
"list table",
"post filters",
"row actions",
"bulk actions",
"taxonomies",
"post meta",
"term meta",
"meta boxes"
],
"author": {
"name": "Felix Arntz",
"email": "felix-arntz@leaves-and-love.net",
"url": "https://leaves-and-love.net"
},
"homepage": "https://wordpress.org/plugins/post-types-definitely/",
"repository": {
"type": "git",
"url": "git://github.com/felixarntz/post-types-definitely.git"
},
"bugs": {
"url" : "https://github.com/felixarntz/post-types-definitely/issues"
},
"license": "GPL-3.0",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"bower": "^1.7.7",
"gulp": "^3.9.1",
"gulp-banner": "^0.1.3",
"gulp-composer": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-csscomb": "^3.0.6",
"gulp-install": "^0.6.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jshint": "^2.9.1"
}
}