immutable-prop-types
Version:
PropType validators that work with Immutable.js
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "immutable-prop-types",
"version": "0.0.3",
"description": "PropType validators that work with Immutable.js",
"main": "dist/ImmutablePropTypes.js",
"scripts": {
"build": "babel src --out-dir dist",
"test": "nyc mocha --require babel-core/register test",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/ztoben/immutable-prop-types"
},
"keywords": [
"react",
"immutable-js",
"immutable",
"immutablejs",
"proptype"
],
"author": "Zach Toben <zach.toben@gmail.com> (https://github.com/ztoben/immutable-prop-types)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ztoben/immutable-prop-types/issues"
},
"homepage": "https://github.com/ztoben/immutable-prop-types",
"peerDependencies": {
"immutable": ">=3.6.2"
},
"files": [
"dist/"
],
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-env": "1.7.0",
"expect.js": "0.3.1",
"immutable": "4.0.0-rc.9",
"mocha": "5.2.0",
"nyc": "^12.0.2",
"prop-types": "15.6.1",
"react": "16.4.1",
"react-dom": "16.4.1"
},
"dependencies": {
"invariant": "2.2.4"
}
}