-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.57 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
49
50
51
52
53
{
"name": "UCMaps",
"description": "Mobile app written with React Native",
"homepage": "https://github.com/almapp/uc-maps-mobile#readme",
"policy": "https://almapp.github.io/uc-maps-mobile/policy",
"version": "1.0.1",
"private": false,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "adb reverse tcp:8081 tcp:8081 && node node_modules/react-native/local-cli/cli.js run-android",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios --simulator=\"iPhone 5\""
},
"repository": {
"type": "git",
"url": "https://github.com/almapp/uc-maps-mobile.git"
},
"keywords": [
"uc",
"puc",
"maps"
],
"author": {
"name": "Patricio López Juri",
"information": "Ingeniería",
"email": "[email protected]",
"url": "https://lopezjuri.com"
},
"contributors": [],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/almapp/uc-maps-mobile/issues"
},
"dependencies": {
"geojson-utils": "^1.1.0",
"qs": "^6.1.0",
"react-native": "^0.21.0",
"react-native-android-tablayout": "^0.2.0",
"react-native-button": "^1.4.2",
"react-native-maps": "^0.3.0",
"react-native-router-flux": "^2.3.11",
"react-native-search-bar": "^2.8.0",
"react-native-tableview-simple": "^0.6.0",
"react-native-tabs": "^1.0.5",
"react-native-vector-icons": "^1.3.2",
"react-native-viewpager": "^0.2.1",
"react-timer-mixin": "^0.13.3",
"realm": "^0.10.0"
},
"devDependencies": {
"eslint": "^2.3.0",
"eslint-plugin-react": "^4.2.0"
}
}