forked from devloco/create-react-wptheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "create-react-wptheme",
"version": "1.2.4",
"description": "Create React WP themes with no build configuration.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devloco/create-react-wptheme.git"
},
"keywords": [
"wordpress",
"create-react-app",
"wordpress-theme",
"wordpress-development",
"wordpress-starter-theme",
"wordpress-api",
"reactjs",
"react",
"react-theme",
"wordpress-server",
"react-tutorial",
"react-wordpress-themes",
"php"
],
"author": "devloco",
"license": "MIT",
"bugs": {
"url": "https://github.com/devloco/create-react-wptheme/issues"
},
"homepage": "https://github.com/devloco/create-react-wptheme#readme",
"bin": {
"create-react-wptheme": "./index.js"
},
"dependencies": {
"chalk": "^1.1.1",
"commander": "^2.9.0",
"cross-spawn": "^4.0.0",
"envinfo": "3.4.2",
"fs-extra": "^1.0.0",
"semver": "^5.0.3",
"validate-npm-package-name": "^3.0.0"
}
}