UNPKG

@advanced-rest-client/gulp-crisper

Version:

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

44 lines (43 loc) 872 B
{ "name": "@advanced-rest-client/gulp-crisper", "version": "2.0.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": "advanced-rest-client/gulp-crisper", "engines": { "node": ">=6.0.0" }, "scripts": { "test": "ava" }, "files": [ "index.js" ], "keywords": [ "gulpplugin", "polymer", "vulcanize", "vulcan", "csp", "cspify", "web", "components" ], "dependencies": { "crisper": "^2.1.1", "object-assign": "^4.0.1", "plugin-error": "^1.0.1", "through2": "^2.0.0", "vinyl": "^2.2.0" }, "devDependencies": { "ava": "^1.3.1", "gulp-vulcanize": "^6.0.1", "mkdirp": "^0.5.1", "rimraf": "^2.4.3" } }