qwebs-http
Version:
Http/https server for Qwebs
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "qwebs-http",
"version": "1.0.0-beta.5",
"description": "Http/https server for Qwebs",
"main": "index.js",
"dependencies": {
"busboy": "latest",
"chalk": "latest",
"file-type": "latest",
"isitforme": "latest",
"oups": "latest",
"qwebs": "^1.0.0-beta.3",
"uuid": "latest",
"vinyl": "latest"
},
"devDependencies": {
"JSONStream": "latest",
"coveralls": "latest",
"expect.js": "latest",
"istanbul": "latest",
"mocha": "latest"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha tests",
"test-cover": "node_modules/.bin/istanbul cover node_modules/mocha/bin/mocha tests && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/BenoitClaveau/qwebs-http.git"
},
"keywords": [
"https",
"qwebs",
"config",
"webserver",
"promise"
],
"author": {
"name": "Benoît Claveau",
"email": "benoit.claveau@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/BenoitClaveau/qwebs-http/issues"
},
"homepage": "https://github.com/BenoitClaveau/qwebs-http"
}