-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 852 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
{
"name": "wordpess-plugins-generator",
"version": "1.0.4",
"description": "help to wordpress plugin developer to making fast development environment and creation all file and folder need. for more information see this link : https://developer.wordpress.org/plugins/the-basics/best-practices/",
"main": "wpg.js",
"scripts": {
"test": "wpg"
},
"author": "Vahid Heidari",
"license": "MIT",
"keywords": [
"wordpress",
"wordpress-development",
"wordpress-plugin-development",
"wp-plugin",
"wordpress-plugin-settings"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vheidari/wordpress-plugin-generator.git"
},
"bugs": {
"url": "https://github.com/vheidari/wordpress-plugin-generator/issues"
},
"homepage": "https://github.com/vheidari/wordpress-plugin-generator#readme"
}