Files
web2.0-backend/package.json
T
Jan Tuomi bd94ab8e33 Write some stuff in the readme
Also make a package.json for npm deps
2017-05-21 22:56:28 +03:00

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"
}
}