-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 739 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
{
"name": "react-bootstrap-widgets",
"version": "0.0.1",
"description": "Bootstrap 3 widgets build with React",
"repository": {
"type": "git",
"url": "davidevernizzi/react-bootstrap-widgets"
},
"homepage": "",
"scripts": {
"watch": "watchify -t reactify src/main.jsx -o build/main.js"
},
"keywords": [
"react",
"ecosystem-react",
"react-widgets",
"bootstrap"
],
"author": "Davide Vernizzi <davide.vernizzi@gmail.com>, Alessandro Nassisi <ale.nassisi@gmail.com>",
"license": "MIT",
"dependencies": {
"classnames": "^1.1.4",
"react": "^0.12.2",
"react-bootstrap": "^0.16.1",
"react-infinite-scroll": "^0.1.5",
"react-tools": "^0.12.2",
"reactify": "^1.0.0"
}
}