-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "simple-react-form-bootstrap",
"version": "0.8.0",
"description": "Bootstrap widgets for simple-react-form",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib",
"build-watch": "babel --watch src -d lib",
"prepublish": "npm run build"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fermuch/simple-react-form-bootstrap.git"
},
"keywords": [
"react",
"simple-react-form",
"meteor"
],
"author": "Fernando Mumbach (fermuch)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fermuch/simple-react-form-bootstrap/issues"
},
"homepage": "https://github.com/fermuch/simple-react-form-bootstrap#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"chokidar": "^1.6.1",
"eslint-plugin-react": "^6.4.1"
},
"dependencies": {
"geocoder": "0.2.x",
"prop-types": "^15.5.10",
"react-bootstrap": "^0.31.5",
"react-datetime": "^2.6.0",
"react-google-maps": "4.x.x",
"react-select": "1.0.0-beta14",
"react-tagsinput": "3.x.x",
"simple-react-form": "^1.7.3",
"underscore": "1.x.x"
}
}