react-prop-types
Version:
Additional PropTypes for React
70 lines (69 loc) • 1.85 kB
JSON
{
"name": "react-prop-types",
"version": "0.4.0",
"description": "Additional PropTypes for React",
"files": [
"lib"
],
"main": "lib/index.js",
"scripts": {
"build": "rimraf lib && babel src -d lib",
"lint": "eslint src test *.js",
"mocha": "mocha --compilers js:babel-register test/*.test.js",
"prepublish": "npm run build",
"tdd": "npm run testonly -- -w -R min",
"test": "npm run lint && npm run testonly",
"testonly": "NODE_ENV=test nyc npm run mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/react-prop-types.git"
},
"keywords": [
"react",
"proptypes"
],
"author": "Matthew L Smith <mtscout6@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-bootstrap/react-prop-types/issues"
},
"homepage": "https://github.com/react-bootstrap/react-prop-types#readme",
"dependencies": {
"warning": "^3.0.0"
},
"peerDependencies": {
"react": ">=0.14.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-eslint": "^6.1.2",
"babel-plugin-istanbul": "^1.0.3",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"coveralls": "^2.11.11",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-mocha": "^4.0.0",
"eslint-plugin-react": "^5.2.2",
"mocha": "^2.5.3",
"nyc": "^7.0.0",
"react": "^15.2.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"nyc": {
"include": [
"src"
],
"sourceMap": false,
"instrument": false
}
}