28 lines
619 B
JSON
28 lines
619 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 . && remark .",
|
|
"eslint": "eslint .",
|
|
"remark": "remark ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@sika.sahkoinsinoorikilta.fi:vtmk/web2.0.git"
|
|
},
|
|
"author": "SIK ry",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dygraphs": "^2.0.0",
|
|
"eslint": "3.19.0",
|
|
"remark-cli": "^4.0.0",
|
|
"remark-preset-lint-recommended": "^3.0.1"
|
|
},
|
|
"remarkConfig": {
|
|
"plugins": [
|
|
"remark-preset-lint-recommended"
|
|
]
|
|
}
|
|
}
|