-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 947 Bytes
/
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
{
"name": "acf-presets",
"version": "0.0.1",
"description": "ACF Presets",
"scripts": {
"release": "release-me --release-count=0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"commitizen": "3.0.2",
"cz-release-me": "1.6.1",
"release-me": "1.4.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-release-me"
}
},
"repository": {
"type": "git",
"url": "https://github.com/design4pro/wp-plugin-acf-presets.git"
},
"keywords": [
"wordpress",
"plugin"
],
"author": {
"name": "Rafał Wolak",
"email": "r.wolak@design4.pro",
"url": "https://www.design4.pro"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/design4pro/wp-plugin-acf-presets/issues"
},
"homepage": "https://github.com/design4pro/wp-plugin-acf-presets#readme"
}