-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.53 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": "generator-wordpress-plugin",
"version": "0.0.1",
"description": "A Yeoman generator for creating new Wordpress plugins",
"keywords": [
"yeoman-generator"
],
"homepage": "https://github.com/srsgores/generator-wordpress-plugin",
"bugs": {
"url": "https://github.com/srsgores/generator-wordpress-plugin/issues"
},
"author": {
"name": "Sean Goresht",
"email": "[email protected]",
"url": "https://github.com/srsgores"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/srsgores/generator-wordpress-plugin.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"lodash": "^3.10.1",
"underscore.string": "^3.1.1",
"yeoman-generator": "*"
},
"devDependencies": {
"mocha": "~*"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
],
"_id": "[email protected]",
"dist": {
"shasum": "fa895532dcb8772e312c7e77d1848e687495aa90",
"tarball": "http://registry.npmjs.org/generator-wordpress-plugin/-/generator-wordpress-plugin-0.0.1.tgz"
},
"_from": "generator-wordpress-plugin@*",
"_npmVersion": "1.3.11",
"_npmUser": {
"name": "srsgores",
"email": "[email protected]"
},
"maintainers": [
{
"name": "srsgores",
"email": "[email protected]"
}
],
"directories": {},
"_shasum": "fa895532dcb8772e312c7e77d1848e687495aa90",
"_resolved": "https://registry.npmjs.org/generator-wordpress-plugin/-/generator-wordpress-plugin-0.0.1.tgz"
}