-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "yaml-importer",
"displayName": "YAML Importer",
"funcPrefix": "yaim",
"uri": "https://github.com/croox/yaml-importer",
"textDomain": "yaim",
"domainPath": "/languages",
"version": "0.1.3",
"description": "Import Posts from YAML",
"main": "index.js",
"author": "croox",
"authorUri": "https://github.com/croox",
"projectType": "plugin",
"contributors": "croox",
"license": "GNU General Public License v2 or later",
"licenseUri": "http://www.gnu.org/licenses/gpl-2.0.html",
"tags": "import yaml bulk",
"donateLink": "https://github.com/croox/donate",
"repositoryUri": "https://github.com/croox/yaml-importer",
"wpVersionTested": "5.2.0",
"wpRequiresAtLeast": "5.0.0",
"phpRequiresAtLeast": "7.0.0",
"generator": {
"version": "1.6.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "^1.5.3",
"wp-dev-env-grunt": "git+ssh://[email protected]/croox/wp-dev-env-grunt.git#1.5.2"
},
"shim": {
"jquery": "jQuery",
"react": "React",
"react-dom": "ReactDOM",
"lodash": "lodash"
}
}