wns-static-package
Version:
Static file server package/bundle for WNS HTTP Package
35 lines (34 loc) • 752 B
JSON
{
"name": "wns-static-package",
"version": "0.0.6",
"description": "Static file server package/bundle for WNS HTTP Package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/pedronasser/wns-static-package"
},
"require": {
"wns-http-package": "0.1.4"
},
"npmRequire": {
"node-static": "*"
},
"keywords": [
"http",
"static",
"package",
"bundle",
"wns",
"wnserver",
"https",
"servername"
],
"author": "Pedro Nasser <pedro@yept.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pedronasser/wns-static-package/issues"
}
}