radium-plugin-linter
Version:
Radium plugin that lints your styles
52 lines (51 loc) • 1.22 kB
JSON
{
"name": "radium-plugin-linter",
"version": "1.0.1",
"description": "Radium plugin that lints your styles",
"main": "lib/index.js",
"files": [
"LICENSE",
"README.md",
"lib/"
],
"scripts": {
"test": "npm run build && mocha --recursive --compilers js:babel-core/register",
"build": "babel modules --out-dir lib",
"release": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/rofrischmann/radium-plugin-linter"
},
"keywords": [
"radium",
"radium-plugin",
"plugin",
"react",
"inline styles",
"linting",
"style linting",
"linter",
"type checking"
],
"author": "Robin Frischmann <robin@rofrischmann.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rofrischmann/radium-plugin-linter/issues"
},
"devDependencies": {
"babel": "^6.1.18",
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-preset-es2015": "^6.1.18",
"chai": "^3.4.1",
"mocha": "^2.3.4",
"rimraf": "^2.4.4",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"inline-style-linter": "^0.2.8"
}
}