mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
39 lines
1,020 B
JSON
39 lines
1,020 B
JSON
{
|
|
"name": "hagrid",
|
|
"version": "1.0.0",
|
|
"description": "A Verifying OpenPGP Key Server",
|
|
"main": "",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/sequoia-pgp/hagrid.git"
|
|
},
|
|
"author": "kai@sequoia-pgp.org",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/sequoia-pgp/hagrid/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/sequoia-pgp/hagrid",
|
|
"dependencies": {
|
|
"bootstrap": "^4.1.3",
|
|
"jquery": "^3.3.1",
|
|
"popper.js": "^1.14.4"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.2.1",
|
|
"bootswatch": "^4.1.3",
|
|
"copy-webpack-plugin": "^4.5.3",
|
|
"css-loader": "^1.0.0",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"node-sass": "^4.9.4",
|
|
"postcss-loader": "^3.0.0",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.1",
|
|
"webpack": "^4.21.0",
|
|
"webpack-cli": "^3.1.2"
|
|
}
|
|
}
|