-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 919 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
34
35
36
37
38
{
"name": "react-infinite-carousel",
"version": "0.0.8",
"description": "Infinite carousel implemented with React",
"main": "src/Carousel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/roeierez/react-infinite-carousel.git"
},
"keywords": [
"carousel",
"react",
"react-component",
"infinite"
],
"peerDependencies": {
"react": "^0.14.5",
"react-dom": "^0.14.5"
},
"author": "Roei Erez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/roeierez/react-infinite-carousel/issues"
},
"homepage": "http://roeierez.github.io/react-infinite-carousel/",
"devDependencies": {
"react": "^0.14.5",
"react-dom": "^0.14.5",
"jsx-loader": "^0.13.2",
"webpack": "~1.4.3"
},
"directories": {
"example": "examples"
}
}