forked from mathandpencil/react-bootstrap-inputs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 946 Bytes
/
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
{
"name": "react-bootstrap-inputs",
"version": "0.0.2",
"description": "Wrappers around react-bootstrap form inputs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathandpencil/react-bootstrap-inputs.git"
},
"keywords": [
"react",
"bootstrap",
"inputs",
"react-bootstrap"
],
"author": "Joseph Misiti <[email protected]> (http://www.josephmisiti.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/mathandpencil/react-bootstrap-inputs/issues"
},
"homepage": "https://github.com/mathandpencil/react-bootstrap-inputs#readme",
"dependencies": {
"babel-cli": "^6.18.0",
"babel-jest": "^18.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"react-bootstrap": "^0.30.7"
}
}