-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 779 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 779 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
29
30
31
32
33
34
35
36
37
{
"name": "create-react-dapp",
"version": "0.3.10",
"description": "An Ethereum template layered upon create-react-app",
"keywords": [
"ethereum",
"web3",
"truffle",
"trufflesuite",
"truffleframework",
"react",
"ganache",
"rinkeby"
],
"engines": {
"node": ">=8",
"npm": ">=5.2"
},
"homepage": "https://github.com/mjhm/create-react-dapp",
"bugs": "https://github.com/mjhm/create-react-dapp/issues",
"license": "MIT",
"author": {
"name": "John McLaughlin"
},
"bin": "scripts/create-react-dapp",
"repository": "github:mjhm/create-react-dapp",
"files": [
"scripts",
"template"
],
"scripts": {
"toc": "markdown-toc -i ./README.md"
},
"devDependencies": {
"markdown-toc": "^1.2.0"
}
}