forked from fixt/react-native-page-swiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
{
"name": "react-native-page-swiper-fork",
"keywords": [
"react",
"react-component",
"react-native",
"swiper",
"ios",
"android"
],
"version": "0.0.5",
"description": "Page Swiper component for React Native forked from https://github.com/fixt/react-native-page-swiper.git. that allows customization of inactive dot color",
"main": "lib/index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"build": "babel src -d lib -q",
"lint": "eslint src",
"prebuild": "npm run lint",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esthersweon/react-native-page-swiper.git"
},
"author": "Esther Weon <esther.s.weon@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/esthersweon/react-native-page-swiper/issues"
},
"homepage": "https://github.com/esthersweon/react-native-page-swiper#readme",
"devDependencies": {
"babel-core": "^6.1.21",
"babel-eslint": "^4.1.5",
"babel-plugin-transform-class-properties": "^6.1.20",
"babel-plugin-transform-react-jsx": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.9.0",
"react-native": "0.14.2"
},
"directories": {
"example": "examples"
},
"dependencies": {}
}