-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "react-native-physics",
"version": "0.0.5",
"private": false,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"ios": "react-native run-ios",
"android": "react-native run-android"
},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.48.4",
"react-native-deprecated-custom-components": "^0.1.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MiLeung/react-native-physics.git"
},
"keywords": [
"react",
"native",
"physics",
"Container",
"Box"
],
"author": "MiLeung",
"license": "MIT",
"bugs": {
"url": "https://github.com/MiLeung/react-native-physics/issues"
},
"homepage": "https://github.com/MiLeung/react-native-physics#readme"
}