jimdo-protect-cms-linter
Version:
lint css on compatibility with jimdo cms css
38 lines • 820 B
JSON
{
"name": "jimdo-protect-cms-linter",
"description": "lint css on compatibility with jimdo cms css",
"keywords": [
"linter",
"css",
"jimdo",
"cms",
"protect"
],
"author": "Jimdo GmbH",
"bin": {
"protect-cms-lint": "cli.js"
},
"main": "index.js",
"scripts": {
"test": "JASMINE_CONFIG_PATH=test/config.json jasmine",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"engines": {
"node": ">= 4.x"
},
"license": "MIT",
"devDependencies": {
"jasmine": "^2.4.1",
"semantic-release": "^4.3.5"
},
"dependencies": {
"css": "^2.2.1",
"glob": "^7.0.0",
"source-map": "^0.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Jimdo/protect-cms-linter.git"
},
"version": "1.2.1"
}