green-spider/webapp/package.json

33 lines
800 B
JSON

{
"name": "green-spider-webapp",
"version": "0.0.1",
"description": "Displays spider results",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netzbegruenung/green-spider.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/netzbegruenung/green-spider/issues"
},
"homepage": "https://github.com/netzbegruenung/green-spider#readme",
"devDependencies": {
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"dependencies": {
"bootstrap": "^4.0.0",
"datatables.net": "^1.10.16",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"npm": "^5.10.0",
"punycode": "^2.1.0",
"tooltipster": "^4.2.6"
}
}