This repository was archived by the owner on Jan 15, 2024. It is now read-only.
forked from felixarntz/options-definitely
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.31 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.31 KB
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
{
"name": "options-definitely",
"pluginName": "Options, Definitely",
"version": "0.5.0",
"description": "This plugin makes adding options to the WordPress admin area and customizer very simple, yet flexible. It all works using a filter and an array.",
"keywords": [
"wordpress", "plugin", "options", "admin", "backend", "ui", "customizer", "framework"
],
"author": {
"name": "Felix Arntz",
"email": "felix-arntz@leaves-and-love.net",
"url": "http://leaves-and-love.net"
},
"homepage": "http://wordpress.org/plugins/options-definitely/",
"repository": {
"type": "git",
"url": "git://github.com/felixarntz/options-definitely.git"
},
"bugs": {
"url" : "https://github.com/felixarntz/options-definitely/issues"
},
"license": {
"type": "GPL-2.0",
"name": "GNU General Public License v2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-recess": "~1.0.0",
"grunt-autoprefixer": "~2.2.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-banner": "~0.3.1",
"grunt-text-replace": "~0.4.0",
"grunt-wp-i18n": "~0.4.9",
"bower": "~1.3.12"
}
}