UNPKG

mware

Version:
61 lines (60 loc) 1.41 kB
{ "name": "mware", "version": "1.0.1", "description": "Create middleware stacks.", "main": "lib/index.js", "jsnext:main": "src/index.js", "browser": "dist/mware.js", "scripts": { "build": "gulp build", "test": "cross-env NODE_ENV=test nyc --reporter=text --reporter=lcov ava" }, "repository": { "url": "https://github.com/tur-nr/node-mware", "type": "git" }, "keywords": [ "middleware", "use", "next" ], "author": "Christopher Turner <turner296@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/tur-nr/node-mware/issues" }, "homepage": "https://github.com/tur-nr/node-mware", "dependencies": {}, "devDependencies": { "ava": "^0.16.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-istanbul": "^2.0.3", "babel-preset-es2015": "^6.16.0", "babel-register": "^6.16.3", "coveralls": "^2.11.14", "cross-env": "^3.1.3", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-rename": "^1.2.2", "gulp-uglify": "^2.0.0", "nyc": "^8.3.1", "rollup": "^0.36.3", "rollup-plugin-babel": "^2.6.1", "run-sequence": "^1.2.2", "sinon": "^1.17.6" }, "ava": { "require": [ "babel-register" ], "babel": "inherit", "files": [ "test/**/*.spec.js" ] }, "nyc": { "all": true, "sourceMap": false, "instrument": false } }