-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
69 lines (69 loc) · 1.66 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "react-bootstrap-validation",
"version": "0.1.11",
"description": "Form validation for react-bootstrap",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/heilhead/react-bootstrap-validation.git"
},
"bugs": {
"url": "https://github.com/heilhead/react-bootstrap-validation/issues"
},
"directories": {
"lib": "lib/"
},
"keywords": [
"react",
"react-component",
"bootstrap",
"react-bootstrap",
"form",
"validation",
"radio",
"radio-group"
],
"author": "Ivan Reshetnikov <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/heilhead/react-bootstrap-validation",
"peerDependencies": {
"react": ">=0.13"
},
"scripts": {
"test": "jest"
},
"jest": {
"scriptPreprocessor": "node_modules/babel-jest",
"unmockedModulePathPatterns": [
"node_modules",
"src"
]
},
"devDependencies": {
"babel": "^6.5.2",
"babel-jest": "^10.0.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-jest": "^10.0.1",
"babel-preset-react": "^6.5.0",
"browserify": "10.x",
"gulp": "3.9.0",
"gulp-babel": "^5.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jest": "^0.1.40",
"jest-cli": "^0.10.0",
"react-addons-test-utils": "^0.14.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.10.5"
},
"dependencies": {
"babel-runtime": "^5.1.10",
"classnames": "^2.0.0",
"react-bootstrap": ">=0.23.0",
"validator": "^3.41.3",
"react-addons-create-fragment": "^0.14.7"
}
}