-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 991 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
{
"name": "gifting-kitties-dapp",
"version": "0.0.2",
"description": "",
"main": "./server/build/index.js",
"scripts": {
"start": "NODE_EMV=production node server/build/index.js",
"postinstall": "npm i --prefix server",
"deploy": "npm build --prefex server && git subtree push --prefix server heroku master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amazingandyyy/gifting-kitties-dapp.git"
},
"author": "Amazingandyyy <amazingandyyy@gmail.com> (Andy Chen)",
"license": "MIT",
"bugs": {
"url": "https://github.com/amazingandyyy/gifting-kitties-dapp/issues"
},
"homepage": "https://github.com/amazingandyyy/gifting-kitties-dapp#readme",
"devDependencies": {
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^3.0.1"
}
}