srd/package.json

21 lines
409 B
JSON

{
"name": "srd-site",
"version": "1.0.0",
"description": "SRD Wiki Software",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "submodules-install"
},
"author": "",
"license": "GPLv3",
"dependencies": {
"dot": "^1.1.3",
"express": "^4.14.0",
"submodules-install": "^1.0.1"
},
"submodules": [
"plugins/*"
]
}