forked from humanmade/react-wp-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 764 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 764 Bytes
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
{
"name": "react-wp-scripts",
"description": "A wrapper for react-scripts to allow seamless usage of webpack-dev-server while developing a WordPress theme or plugin.",
"version": "0.2.0",
"contributors": [
"Ryan McCue",
"K. Adam White",
"Human Made"
],
"license": "GPL-2.0+",
"repository": {
"type": "git",
"url": "git+https://github.com/humanmade/react-wp-scripts.git"
},
"bugs": {
"url": "https://github.com/humanmade/react-wp-scripts/issues"
},
"homepage": "https://github.com/humanmade/react-wp-scripts#readme",
"bin": {
"react-wp-scripts": "./bin/react-wp-scripts.js"
},
"dependencies": {
"chalk": "^2.3.2",
"minimist": "^1.2.0",
"react-scripts": "1.0.17",
"signal-exit": "^3.0.2"
}
}