44 строки
1.1 KiB
JSON
44 строки
1.1 KiB
JSON
{
|
|
"name": "eslint-plugin-react",
|
|
"version": "5.2.2",
|
|
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
|
|
"description": "React specific linting rules for ESLint",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
|
|
"lint": "eslint ./",
|
|
"test": "npm run lint && npm run unit-test",
|
|
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/yannickcr/eslint-plugin-react"
|
|
},
|
|
"homepage": "https://github.com/yannickcr/eslint-plugin-react",
|
|
"bugs": "https://github.com/yannickcr/eslint-plugin-react/issues",
|
|
"dependencies": {
|
|
"doctrine": "^1.2.2",
|
|
"jsx-ast-utils": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "6.0.4",
|
|
"coveralls": "2.11.9",
|
|
"eslint": "2.12.0",
|
|
"istanbul": "0.4.3",
|
|
"mocha": "2.5.3"
|
|
},
|
|
"keywords": [
|
|
"eslint",
|
|
"eslint-plugin",
|
|
"eslintplugin",
|
|
"react"
|
|
],
|
|
"license": "MIT"
|
|
}
|