Write some stuff in the readme
Also make a package.json for npm deps
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user