forked from tipsi/tipsi-stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
48
{
"name": "tipsi-stripe",
"version": "7.5.1",
"description": "React Native Stripe binding for iOS/Andriod platforms",
"main": "src/index.js",
"scripts": {
"ci": "scripts/local-ci.sh",
"build-docs": "scripts/build-docs.sh",
"start-docs": "npm start --prefix website/docs",
"test": "tape -r esm src/**/*.test.js",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tipsi/tipsi-stripe.git"
},
"keywords": [
"react",
"react-native",
"stripe",
"ios",
"android"
],
"author": "Tipsi",
"license": "MIT",
"bugs": {
"url": "https://github.com/tipsi/tipsi-stripe/issues"
},
"homepage": "https://github.com/tipsi/tipsi-stripe#readme",
"rnpm": {
"commands": {
"prelink": "node_modules/tipsi-stripe/scripts/pre-link.sh",
"postlink": "node_modules/tipsi-stripe/scripts/post-link.sh"
}
},
"peerDependencies": {
"react": ">=15.4.0 || >=16.x",
"react-native": ">=0.40"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-tipsi": "2.0.3",
"esm": "3.0.28",
"prop-types": "15.6.1",
"tape": "4.9.0"
}
}