feat: init package scripts

pull/10/head
sundowndev 2019-10-20 20:10:24 +02:00
parent 40fc9e6e4d
commit b76bee5854
1 changed files with 21 additions and 0 deletions

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "HETICvsEEMI",
"version": "1.0.0",
"description": "Plus Eemien ou Héticien ? Le jeu qui ne fait pas rire les élèves.",
"main": "index.js",
"scripts": {
"install": "cd client && npm i && cd ../server && npm i && cd ..",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sundowndev/HETICvsEEMI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sundowndev/HETICvsEEMI/issues"
},
"homepage": "https://github.com/sundowndev/HETICvsEEMI#readme"
}