darkwire.io/package.json
Alan Friedman 6fae5e8efa
Add Deploy to Heroku button (#63)
* Add package.json and app.json

* Add yarn engine

* Remove extra build command

* Force install dev deps

* Add deploy button and update readme
2019-05-12 13:14:10 -04:00

24 lines
469 B
JSON

{
"name": "darkwire.io",
"version": "2.0.0",
"description": "encrypted web chat",
"main": "index.js",
"repository": "https://github.com/darkwire/darkwire.io.git",
"engines": {
"yarn": "1.x"
},
"contributors": [
{
"name": "Daniel Seripap"
},
{
"name": "Alan Friedman"
}
],
"license": "MIT",
"scripts": {
"build": "./build.sh",
"start": "cd server && CLIENT_DIST_DIRECTORY='../client/build' yarn start"
}
}