postcss-secmodify
Version:
Sectional modification of css by RegEx or Strings.
43 lines (42 loc) • 879 B
JSON
{
"name": "postcss-secmodify",
"author": {
"name": "Travis Palmer",
"email": "hofnug@gmail.com"
},
"license": "MIT",
"version": "1.0.1",
"description": "Sectional modification of css by RegEx or Strings.",
"homepage": "https://github.com/travco/postcss-secmodify",
"repository": {
"type": "git",
"url": "https://github.com/travco/postcss-secmodify.git"
},
"keywords": [
"css",
"postcss",
"postcss-plugin",
"replace",
"RegEx",
"modify",
"sectional"
],
"files": [
"index.js",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"main": "index.js",
"scripts": {
"lint": "eslint index.js test/index.js",
"test": "rm -f test/debugout.txt && npm run lint && tape test"
},
"dependencies": {
"postcss": "^5.0.21"
},
"devDependencies": {
"eslint": "0.18.0",
"tape": "4.0.0"
}
}