forked from AloPeyk/AloPeykSnackbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 816 Bytes
/
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
{
"name": "alopeyk-snackbar",
"version": "1.0.8",
"description": "snackbar plugin for react-native",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"postinstall": "rm -rf node_modules/alopeyk-snackbar/node_modules node_modules/alopeyk-snackbar/example",
"sync": "./sync.sh",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/AloPeyk/AloPeykSnackbar.git"
},
"keywords": [
"react-native"
],
"author": "alopeyk",
"license": "MIT",
"homepage": "https://github.com/AloPeyk/AloPeykSnackbar",
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
}
}