blackbird-server
Version:
HTTP for JavaScript
65 lines (64 loc) • 1.42 kB
JSON
{
"name": "blackbird-server",
"version": "0.1.0",
"description": "HTTP for JavaScript",
"main": "src",
"scripts": {
"lint": "eslint .",
"test": "mocha spec/**/*.js",
"integration": "mocha integration/**/*.js",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha 'spec/**/*.spec.js'",
"build": "./build.sh"
},
"dependencies": {
"bluebird": "^3.4.1",
"bodec": "^1.1.0",
"bufferedstream": "^3.1.1",
"daggy": "0.0.1",
"describe-property": "^1.0.0",
"fantasy-eithers": "0.0.2",
"fantasy-options": "0.0.1",
"object-assign": "^2.0.0",
"parsimmon": "^0.8.1",
"qs": "^2.3.3",
"ramda": "*",
"strftime": "^0.9.0",
"urijs": "^1.18.1"
},
"optionalDependencies": {
"redis": "~0.11.0"
},
"devDependencies": {
"base-64": "^0.1.0",
"chai": "^3.5.0",
"eslint": "^3.0.0",
"expect": "^1.3.0",
"istanbul": "^0.4.4",
"jsverify": "^0.7.1",
"mocha": "^2.0.1",
"np": "^2.6.0",
"request-promise": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/theqabalist/blackbird"
},
"keywords": [
"web",
"server",
"http",
"strata",
"jsgi",
"then",
"promise",
"promises"
],
"engines": {
"node": "6.2.0"
},
"author": "Brandon Keown",
"license": "MIT",
"bugs": {
"url": "https://github.com/theqabalist/blackbird/issues"
}
}