node-web-scaffolding
Version:
scaffolding to start a web application + REST api with Nodejs
23 lines (22 loc) • 586 B
JSON
{
"name": "node-web-scaffolding",
"version": "1.0.14",
"description": "scaffolding to start a web application + REST api with Nodejs",
"main": "main.js",
"scripts": {
"postinstall": "node scripts/postinstall.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"NodeJS",
"WebServer",
"Restify",
"Scaffolding"
],
"author": "Thomas Lanteigne",
"repository": {
"type": "git",
"url": "https://github.com/boggan/node-web-scaffolding"
},
"license": "MIT"
}