Blame view

package.json 890 Bytes
75c87a8d   张志伟   init
1
2
  {
    "name": "@cqfw/react-native-spring-scrollview",
0e26d2bc   张志伟   升级版本
3
    "version": "1.0.2",
75c87a8d   张志伟   init
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
    "description": "A cross-platform (iOS & Android) spring ScrollView",
    "main": "index.js",
    "scripts": {
      "npm:publish": "npm --registry https://registry.npmjs.org/ --access public publish",
      "npm:sync": "curl -i https://npm.taobao.org/sync/@cqfw/react-native-spring-scrollview",
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
      "react-native",
      "scroll",
      "ScrollView",
      "iOS style",
      "react-native-scrollview",
      "spring",
      "rebound",
      "bounces",
      "cross-platform"
    ],
    "author": "kurisu",
    "license": "MIT",
    "peerDependencies": {
      "react": "^16.3.1",
      "react-native": "^0.60.0"
    },
    "optionalDependencies": {
      "lottie-ios": "3.1.8",
      "lottie-react-native": "^4.0.2",
      "@react-native-community/async-storage": "^1.12.1"
    }
  }