-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
32 lines (32 loc) · 870 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": "react-native-pinch-zoom-responder",
"version": "0.1.2",
"description": "A React Native gesture responder to recognize pinch and zoom ",
"main": "./distribution/index.js",
"scripts": {
"build": "babel source --presets babel-preset-env --out-dir distribution",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asselstine/pinch-zoom-responder.git"
},
"keywords": [
"react-native",
"react",
"pinch",
"zoom",
"responder"
],
"author": "Brendan Asselstine",
"license": "MIT",
"bugs": {
"url": "https://github.com/asselstine/pinch-zoom-responder/issues"
},
"homepage": "https://github.com/asselstine/pinch-zoom-responder#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"react-native": "^0.49.3"
}
}