UNPKG

1.38 kBJSONView Raw
1{
2 "name": "@devloco/create-react-wptheme",
3 "version": "3.3.1-wp.3",
4 "description": "Create React-enabled WP themes.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/devloco/create-react-wptheme.git"
12 },
13 "keywords": [
14 "wordpress",
15 "create-react-app",
16 "wordpress-theme",
17 "wordpress-development",
18 "wordpress-starter-theme",
19 "wordpress-api",
20 "reactjs",
21 "react",
22 "react-theme",
23 "wordpress-server",
24 "react-tutorial",
25 "react-wordpress-themes",
26 "php"
27 ],
28 "author": "devloco",
29 "license": "MIT",
30 "engines": {
31 "node": ">=8"
32 },
33 "bugs": {
34 "url": "https://github.com/devloco/create-react-wptheme/issues"
35 },
36 "files": [
37 "index.js",
38 "createReactWpTheme.js"
39 ],
40 "homepage": "https://github.com/devloco/create-react-wptheme",
41 "bin": {
42 "create-react-wptheme": "./index.js"
43 },
44 "dependencies": {
45 "chalk": "2.4.2",
46 "commander": "2.20.0",
47 "cross-spawn": "6.0.5",
48 "envinfo": "7.3.1",
49 "fs-extra": "7.0.1",
50 "semver": "6.3.0",
51 "tmp": "0.0.33",
52 "validate-npm-package-name": "3.0.0"
53 }
54}