floodesh-lib
Version:
core library for floodesh, which contains core request, response and context class, also used for flowesh
38 lines (37 loc) • 874 B
JSON
{
"name": "floodesh-lib",
"version": "1.1.3",
"description": "core library for floodesh, which contains core request, response and context class, also used for flowesh",
"main": "lib/core.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --timeout 10000 tests/*.js"
},
"repository": {
"type": "git",
"url": "git@iZ28eokr6kdZ:research/floodesh-lib.git"
},
"dependencies": {
"content-type": "^1.0.1",
"delegates": "^1.0.0",
"mof": "^0.1.1",
"statuses": "^1.2.1",
"type-is": "^1.6.10"
},
"devDependencies": {
"co": "^4.6.0",
"mocha": "^2.4.5",
"mof-cheerio": "^1.0.1",
"mof-request": "^0.1.1",
"should": "^8.2.1",
"should-sinon": "0.0.5",
"sinon": "^1.17.3"
},
"keywords": [
"core",
"library",
"context",
"floodesh"
],
"author": "Mike Chen",
"license": "ISC"
}