UNPKG

cspify

Version:

Utility for Polymer, To avoid CSP issue. extract to external script file from embedded javascript code installed at bower path.

48 lines (47 loc) 1.07 kB
{ "name": "cspify", "version": "1.0.1", "description": "Utility for Polymer, To avoid CSP issue. extract to external script file from embedded javascript code installed at bower path.", "main": "index.js", "bin": { "cspify": "cli.js" }, "scripts": { "test": "cd fixture && rm -rf components && bower install && cd .. && mocha" }, "repository": { "type": "git", "url": "https://github.com/ragingwind/cspify.git" }, "keywords": [ "Polymer", "WebComponents", "csp", "cspify" ], "author": { "name": "ragingwind", "email": "ragingwind@gmail.com", "url": "http://github.com/ragingwind" }, "license": "MIT", "files": [ "index.js", "cli.js" ], "bugs": { "url": "https://github.com/ragingwind/cspify/issues" }, "homepage": "https://github.com/ragingwind/cspify", "dependencies": { "async": "^0.9.0", "bower-config": "^0.5.2", "chalk": "^0.5.1", "glob": "^4.0.6", "meow": "^1.0.0", "whacko": "^0.17.1" }, "devDependencies": { "mocha": "^2.0.1" } }