-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
37 lines (37 loc) · 877 Bytes
/
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
{
"name": "create-react-app-fullstack",
"version": "3.0.1",
"description": "Turn create-react-app into a fullstack app by adding Express and Sequelize",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ekatzenstein/create-react-app-fullstack.git"
},
"bin": {
"fullstack": "./index.js"
},
"keywords": [
"react-create-app",
"create-react-app",
"express",
"sequelize",
"postgresql",
"server",
"database",
"react"
],
"author": "ekatzenstein",
"license": "MIT",
"bugs": {
"url": "https://github.com/ekatzenstein/create-react-app-fullstack/issues"
},
"homepage": "https://github.com/ekatzenstein/create-react-app-fullstack",
"dependencies": {
"chalk": "^1.1.3",
"yargs": "^6.6.0",
"react-dev-utils": "^0.4.2"
}
}