UNPKG

policify

Version:

Bundle node dependencies and use them in Apigee Edge javascript policies

45 lines (44 loc) 1.03 kB
{ "name": "policify", "version": "0.0.13", "description": "Bundle node dependencies and use them in Apigee Edge javascript policies", "main": "index.js", "scripts": { "test": "standard && tape test/*.js && browserify test/test-v*.js | testling && tape test/test-browserify.js" }, "bin": { "policify": "bin/policify" }, "repository": { "type": "git", "url": "git+https://github.com/orangewise/policify.git" }, "author": "Ronald Luitwieler", "license": "ISC", "bugs": { "url": "https://github.com/orangewise/policify/issues" }, "homepage": "https://github.com/orangewise/policify#readme", "dependencies": { "browserify": "^13.1.1", "through2": "^2.0.1" }, "devDependencies": { "concat-stream": "^1.5.2", "standard": "^8.6.0", "tape": "^4.6.2", "testling": "^1.7.1", "z-schema": "^3.18.0" }, "directories": { "test": "test" }, "keywords": [ "apigee", "policies", "npm", "modules", "browserify", "policify" ] }