forked from dancormier/react-native-swipeout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "@pod-point/react-native-swipeout",
"version": "3.1.0",
"description": "iOS-style swipeout buttons behind component",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"transpile": "babel src --out-dir lib",
"watch": "watch 'npm run transpile' src"
},
"repository": {
"type": "git",
"url": "[email protected]:Pod-Point/react-native-swipeout.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"swipeout",
"button",
"swipe",
"ui"
],
"author": "POD Point",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pod-Point/react-native-swipeout/issues"
},
"homepage": "https://github.com/Pod-Point/react-native-swipeout",
"dependencies": {
"create-react-class": "^15.6.0",
"react-tween-state": "^0.1.3"
},
"peerDependencies": {
"react": "*",
"react-native": "^0.x"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0"
}
}