-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "react-free-carousel",
"version": "1.0.5",
"description": "Carousel component for free flex-box layout built with React.",
"main": "lib/index.js",
"config": {
"component": "ReactFreeCarousel"
},
"scripts": {
"start": "react-component-template",
"test": "npm start test",
"template": "cf-react-component-template",
"precommit": "npm start precommit",
"prepush": "npm start prepush",
"postversion": "npm start postversion",
"prepublish": "npm start prepublish"
},
"repository": {
"type": "git",
"url": "https://github.com/pvoznyuk/react-free-carousel.git"
},
"keywords": [
"component",
"react-component",
"react"
],
"author": "Pavlo Vozniuk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pvoznyuk/react-free-carousel/issues"
},
"homepage": "https://github.com/pvoznyuk/react-free-carousel",
"peerDependencies": {
"react": "^0.14 || ^15"
},
"devDependencies": {
"cf-react-component-template": "0.1.8",
"react-component-template": "0.1.8",
"react-highlight.js": "1.0.5"
},
"dependencies": {
"lodash.capitalize": "4.2.1",
"lodash.debounce": "4.0.8",
"styled-components": "2.1.1"
}
}