-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.08 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
{
"name": "generator-try-wordpress",
"version": "1.2.4",
"description": "A Yeoman generator for WordPress sites utilizing the TRY theme",
"homepage": "https://github.com/Yahosh/yo-try-wordpress",
"author": {
"name": "Josh Lawrence",
"email": "[email protected]",
"url": "http://hirejosh.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Yahosh/yo-try-wordpress.git"
},
"bugs": {
"url": "https://github.com/Yahosh/yo-try-wordpress/issues",
"email": "[email protected]"
},
"dependencies": {
"events": "^1.0.2",
"fs": "0.0.2",
"https": "^1.0.0",
"mysql": "^2.0.1",
"path": "^0.11.14",
"querystring": "^0.2.0",
"request": "^2.33.0",
"rimraf": "^2.3.2",
"semver": "^4.3.3",
"simple-git": "^0.5.0",
"util": "^0.10.3",
"wrench": "^1.5.8",
"yeoman-generator": "^0.19.1"
},
"peerDependencies": {
"yo": ">=1.0.4"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"keywords": [
"yeoman",
"yeoman-generator",
"wordpress",
"TRY"
],
"devDependencies": {}
}