forked from pwmckenna/react-validator-prop-types
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 881 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "react-validator-prop-types",
"version": "1.2.0",
"description": "",
"main": "lib/ValidatorPropTypes",
"scripts": {
"test": "mocha",
"prepublish": "npm run compile",
"compile": "babel -d lib/ src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pwmckenna/react-validator-prop-types.git"
},
"author": "Patrick Williams <pwmckenna@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pwmckenna/react-validator-prop-types/issues"
},
"keywords": [
"react-component",
"react-native",
"prop-types",
"proptypes",
"validator",
"react"
],
"homepage": "https://github.com/pwmckenna/react-validator-prop-types#readme",
"devDependencies": {
"babel": "^5.8.23",
"lodash": "^3.8.0",
"react": "^0.13.3"
},
"dependencies": {
"validator": "^10.8.0"
}
}