UNPKG

696 BJSONView Raw
1{
2 "name": "react-native-pages",
3 "version": "0.1.0",
4 "license": "BSD-3-Clause",
5 "author": "Alexander Nazarov <n4kz@n4kz.com>",
6
7 "description": "Easy to use page view component",
8 "keywords": ["react", "react-component", "react-native", "ios", "android", "pageview", "viewpager", "pager", "swiper"],
9
10 "main": "index.js",
11
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/n4kz/react-native-pages.git"
15 },
16
17 "peerDependencies": {
18 "react": "*",
19 "react-native": "*"
20 },
21
22 "devDependencies": {
23 "babel-eslint": "^7.2.0",
24 "eslint": "^3.18.0",
25 "eslint-plugin-import": "^2.2.0",
26 "eslint-plugin-react": "^6.10.0"
27 },
28
29 "scripts": {
30 "test": "node_modules/.bin/eslint src"
31 }
32}