source: node_modules/react-immutable-proptypes/package.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "name": "react-immutable-proptypes",
3 "version": "2.2.0",
4 "description": "PropType validators that work with Immutable.js.",
5 "main": "dist/ImmutablePropTypes.js",
6 "scripts": {
7 "build": "./scripts/build",
8 "test": "./scripts/test",
9 "test-cov": "./scripts/test-cov",
10 "prepublish": "npm run build",
11 "lint": "./node_modules/.bin/eslint ./src"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/HurricaneJames/react-immutable-proptypes"
16 },
17 "keywords": [
18 "react",
19 "immutable-js",
20 "immutable",
21 "immutablejs",
22 "proptype"
23 ],
24 "author": "James Burnett <HurricaneJamesEsq@gmail.com> (https://github.com/HurricaneJames/react-immutable-proptypes)",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/HurricaneJames/react-immutable-proptypes/issues"
28 },
29 "homepage": "https://github.com/HurricaneJames/react-immutable-proptypes",
30 "peerDependencies": {
31 "immutable": ">=3.6.2"
32 },
33 "devDependencies": {
34 "babel": "^4.6.6",
35 "babel-eslint": "^3.1.1",
36 "eslint": "^6.6.0",
37 "eslint-plugin-react": "^2.2.0",
38 "expect.js": "^0.3.1",
39 "immutable": "^3.7.4",
40 "istanbul": "~0.3.7",
41 "mocha": "^2.3.3",
42 "react": "^0.14.0",
43 "react-dom": "^0.14.0"
44 },
45 "dependencies": {
46 "invariant": "^2.2.2"
47 },
48 "typings": "typings/index.d.ts"
49}
Note: See TracBrowser for help on using the repository browser.