universal-composable
Version:
Universal composable middleware for the browser and node
42 lines (41 loc) • 1.34 kB
JSON
{
"name": "universal-composable",
"version": "1.2.2",
"description": "Universal composable middleware for the browser and node",
"main": "src/composable.js",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -R tests/**/*.spec.js && cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js && rm -rf coverage",
"build": "webpack --output-library composable --output-library-target umd --optimize-minimize",
"debug": "mocha tests/**/*.spec.js --debug-brk",
"release": "npm build && npm publish"
},
"keywords": [
"Universal javascript",
"Composable",
"Javascript",
"Middleware"
],
"author": "Ricardo Ibarra <coder10@gmail.com> (http://doitfy.com)",
"repository": {
"type": "git",
"url": "git://github.com/lxibarra/universal-composable.git"
},
"bugs": {
"url": "https://github.com/lxibarra/universal-composable/issues"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"es6-promise": "^4.1.1",
"fetch-mock": "^5.12.2",
"isomorphic-fetch": "^2.2.1",
"mocha": "^3.5.3",
"mocha-lcov-reporter": "^1.3.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.6.0"
}
}