-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.21 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.21 KB
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": "react-mmmt-swiper",
"version": "0.0.10",
"description": "Swiper, as a React component",
"homepage": "https://github.com/sooth-sayer/react-swiper",
"style": "react-mmmt-swiper.css",
"keywords": [
"react",
"component",
"carousel",
"swiper",
"react-component"
],
"author": {
"name": "Dm. Che",
"email": "d.chernyatiev@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/sooth-sayer/react-swiper.git"
},
"main": "react-mmmt-swiper.js",
"license": "MIT",
"devDependencies": {
"browserify": "^5.9.1",
"uglify-js": "^2.4.19"
},
"scripts": {
"build": "uglifyjs react-mmmt-swiper.js -cm -o react-mmmt-swiper.min.js",
"postinstall": "rework-npm swiper.css -o react-mmmt-swiper.css",
"prepublish": "npm run build"
},
"dependencies": {
"swiper": "3.0.x",
"rework-npm-cli": "*"
},
"peerDependencies": {
"react": "0.12.x"
},
"bugs": {
"url": "https://github.com/sooth-sayer/react-swiper/issues"
},
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "Dm. Che",
"email": "d.chernyatiev@gmail.com"
},
"maintainers": [
{
"name": "Dm. Che",
"email": "d.chernyatiev@gmail.com"
}
]
}