bd94ab8e33
Also make a package.json for npm deps
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|