UNPKG

1.12 kBJSONView Raw
1{
2 "name": "react-native-stats",
3 "version": "1.0.0",
4 "description": "The best Stats scroller component for React Native",
5 "main": "index.js",
6 "scripts": {
7 "start": "cd example && npm run start",
8 "lint": "standard | snazzy",
9 "update": "updtr",
10 "test": "npm run lint"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/JensDebergh/react-native-stats.git"
15 },
16 "keywords": [
17 "react",
18 "react-native",
19 "scrollable",
20 "stats",
21 "stats",
22 "scroller"
23 ],
24 "standard": {
25 "parser": "babel-eslint",
26 "global": [
27 "__DEV__",
28 "FormData",
29 "requestAnimationFrame",
30 "alert",
31 "setImmediate",
32 "fetch"
33 ],
34 "ignore": [
35 "dist/",
36 "mock/",
37 "node_modules/"
38 ]
39 },
40 "author": "Jens Debergh",
41 "license": "MIT",
42 "bugs": {
43 "url": "https://github.com/JensDebergh/react-native-stats/issues"
44 },
45 "homepage": "https://github.com/JensDebergh/react-native-stats#readme",
46 "devDependencies": {
47 "snazzy": "^7.0.0",
48 "standard": "^10.0.3",
49 "updtr": "^2.0.0"
50 },
51 "dependencies": {}
52}