forked from ellatrix/wp-front-end-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.52 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
57
58
59
60
61
{
"name": "wp-front-end-editor",
"version": "1.0.4",
"description": "Edit your posts on the front-end of your site.",
"keywords": [
"front-end editor",
"inline editing"
],
"homepage": "https://wordpress.org/plugins/wp-front-end-editor/",
"bugs": {
"url": "http://github.com/isuelde/wp-front-end-editor/issues"
},
"license": "GPL-2.0+",
"author": {
"name": "Ella Iseulde Van Dorpe",
"url": "http://iseulde.com",
"wp": {
"username": "iseulde"
}
},
"contributors": [
{
"name": "WordPress",
"url": "http://wordpress.org",
"wp": {
"username": "wordpressdotorg"
}
}
],
"repository": {
"type": "git",
"url": "http://github.com/iseulde/wp-front-end-editor.git"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-autoprefixer": "2.2.x",
"grunt-browserify": "3.3.x",
"grunt-contrib-clean": "0.6.x",
"grunt-contrib-compress": "0.12.x",
"grunt-contrib-concat": "0.5.x",
"grunt-contrib-copy": "0.7.x",
"grunt-contrib-cssmin": "0.10.x",
"grunt-contrib-imagemin": "0.9.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-contrib-qunit": "0.5.x",
"grunt-contrib-uglify": "0.6.x",
"grunt-contrib-watch": "0.6.x",
"grunt-jsvalidate": "0.2.x",
"grunt-rtlcss": "1.5.x",
"grunt-sass": "0.16.x",
"matchdep": "0.3.x"
},
"wp": {
"name": "Front-end Editor",
"min": "4.1",
"max": "4.3-alpha",
"network": false,
"textDomain": "wp-front-end-editor",
"domainPath": "languages"
}
}