chain-able-server
Version:
chainable server running with as-needed middleware
49 lines (48 loc) • 1.07 kB
JSON
{
"name": "chain-able-server",
"version": "1.0.0",
"description": "chainable server running with as-needed middleware",
"main": "./index.js",
"module": "./index.js",
"alias": "./index.js",
"devDependencies": {},
"keywords": [
"chain-able",
"conditional",
"fluent",
"chain",
"flipchain",
"fliphub-chain",
"fusebox-chain",
"webpack",
"fusebox"
],
"license": "MIT",
"author": "James <aretecode@gmail.com>",
"homepage": "https://github.com/fluents/chain-able-state#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fluents/chain-able-state.git"
},
"bugs": {
"url": "https://github.com/fluents/chain-able-state/issues"
},
"directories": {
"lib": "src",
"test": "test"
},
"files": [
"index.js",
"src",
"dist"
],
"dependencies": {
"chain-able": "^1.0.0",
"express": "^4.15.2",
"fliplog": "^0.2.7",
"to-arr": "^0.0.2",
"webpack": "^2.5.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0"
}
}