gulp-replace-important
Version:
Gulp Wrapper for the replace-important module
35 lines (34 loc) • 797 B
JSON
{
"name": "gulp-replace-important",
"version": "1.0.2-alpha",
"description": "Gulp Wrapper for the replace-important module",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ampproject/ampstart/tree/master/tools/gulp-replace-important"
},
"keywords": [
"replace",
"!important",
"CSS",
"AMP"
],
"author": "The AMP HTML Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ampproject/ampstart/issues"
},
"homepage": "https://github.com/ampproject/ampstart#readme",
"dependencies": {
"gulp-util": "^3.0.8",
"replace-important": "1.0.0-alpha",
"through2": "^2.0.3"
},
"devDependencies": {
"mocha": "^3.5.0",
"vinyl": "^2.1.0"
}
}