Write some stuff in the readme

Also make a package.json for npm deps
This commit is contained in:
Jan Tuomi
2017-05-21 22:56:28 +03:00
parent 1410c2e2a5
commit bd94ab8e33
3 changed files with 99 additions and 33 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "web2.0",
"version": "1.0.0",
"description": "A modern web app using a Django backend and an Angular frontend.",
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git@sika.sahkoinsinoorikilta.fi:vtmk/web2.0.git"
},
"author": "SIK ry",
"license": "ISC",
"dependencies": {
"eslint": "3.19.0"
}
}