-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 969 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
{
"name": "generator-log-wp-plugin",
"version": "0.0.9",
"description": "Generates a WP Plugin shaped for log OSCON workflow",
"main": "index.js",
"author": "log OSCON <[email protected]> (https://github.com/log-oscon/generator-log-wp-plugin)",
"license": "GPL-2.0",
"dependencies": {
"chalk": "^1.1.3",
"findup": "^0.1.5",
"git-origin-url": "^0.3.0",
"lodash": "^4.17.2",
"pluralize": "^3.1.0",
"yeoman-generator": "^0.24.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/log-oscon/generator-log-wp-plugin.git"
},
"keywords": [
"yeoman-generator",
"generator",
"wordpress",
"wp",
"log",
"plugin"
],
"bugs": {
"url": "https://github.com/log-oscon/generator-log-wp-plugin/issues"
},
"homepage": "https://github.com/log-oscon/generator-log-wp-plugin#readme"
}