UNPKG

gulp-crisper

Version:

Gulp plugin for crisper that split inline scripts from an HTML file for CSP compliance

45 lines (44 loc) 870 B
{ "name": "gulp-crisper", "version": "1.1.0", "description": "Gulp plugin for crisper that split inline scripts from an HTML file for CSP compliance", "license": "MIT", "author": { "name": "ragingwind", "email": "ragingwind@gmail.com" }, "repository": "ragingwind/gulp-crisper", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "gulpplugin", "polymer", "vulcanize", "vulcan", "csp", "cspify", "web", "components" ], "dependencies": { "crisper": "^2.0.0", "gulp-util": "^3.0.7", "object-assign": "^4.0.1", "through2": "^2.0.0" }, "devDependencies": { "ava": "^0.11.0", "gulp-util": "^3.0.6", "gulp-vulcanize": "^6.0.1", "mkdirp": "^0.5.1", "rimraf": "^2.4.3", "xo": "^0.12.1" } }