UNPKG

metalman-action

Version:

An action middleware for the metalman module.

30 lines (29 loc) 707 B
{ "name": "metalman-action", "version": "1.1.0", "description": "An action middleware for the metalman module.", "keywords": [ "metalman", "middleware", "action", "execute" ], "main": "index.js", "scripts": { "test": "standard && node test.js" }, "author": "Marc Bachmann <marc.brookman@gmail.com>", "license": "MIT", "devDependencies": { "metalman": "^2.0.0", "standard": "^11.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/marcbachmann/metalman-action.git" }, "bugs": { "url": "https://github.com/marcbachmann/metalman-action/issues" }, "homepage": "https://github.com/marcbachmann/metalman-action#readme" }