mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-30 23:19:24 +08:00
29 lines
583 B
JSON
29 lines
583 B
JSON
{
|
|
"name": "create-react-app",
|
|
"version": "0.1.0",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"description": "Create React apps with no build configuration.",
|
|
"repository": "facebookincubator/create-react-app",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/facebookincubator/create-react-app/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"bin": {
|
|
"create-react-app": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"minimist": "^1.2.0",
|
|
"semver": "^5.0.3"
|
|
}
|
|
}
|