livre-server
Version:
Node.js web server for the Livre project.
33 lines (32 loc) • 782 B
JSON
{
"name": "livre-server",
"version": "0.0.10",
"description": "Node.js web server for the Livre project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lcneves/livre-server.git"
},
"keywords": [
"Livre",
"server"
],
"author": "Lucas Neves <lcneves@gmail.com> (https://www.lcneves.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lcneves/livre-server/issues"
},
"homepage": "https://github.com/lcneves/livre-server#readme",
"dependencies": {
"express": "^4.15.2",
"pug": "^2.0.0-rc.1",
"vhost": "^3.0.2"
},
"devDependencies": {
"eslint": "latest"
}
}