-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "react-form-validator",
"description": "Simple way to validate your React forms",
"version": "0.1.4",
"homepage": "https://github.com/tsunammis/react-form-validator",
"keywords": [
"react",
"form",
"validation",
"react-component"
],
"author": "Stan Chollet <[email protected]>",
"main": "lib/index.js",
"bugs": {
"url": "https://github.com/tsunammis/react-form-validator/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tsunammis/react-form-validator.git"
},
"dependencies": {
"classnames": "^1.1.4",
"lodash": "^3.2.0",
"object-assign": "^2.0.0",
"react": "0.12.2",
"validator": "^3.33.0",
"when": "^3.7.2"
},
"devDependencies": {
"babel": "^4.4.5",
"babel-core": "^4.4.6",
"babel-loader": "^4.0.0",
"jest-cli": "^0.2.2",
"react-tools": "^0.12.2",
"rf-changelog": "^0.4.0",
"webpack": "^1.7.3"
},
"engines": {
"node": ">= 0.10"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tsunammis/flux-isomorphic-helpers/blob/master/LICENSE"
}
],
"scripts": {
"build": "chmod +x ./scripts/build.sh && ./scripts/build.sh",
"test": "jest"
},
"license": "MIT"
}