-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 918 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
33
34
35
36
37
38
39
40
41
{
"name": "nativescript-uber",
"version": "1.2.4",
"description": "Integration of rides-ios-sdk for Nativescript",
"main": "index.js",
"devDependencies": {
"tns-core-modules": "^1.5.1",
"typescript": "^1.8.0"
},
"nativescript": {
"platforms": {
"android": "1.5.1",
"ios": "1.5.1"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yamilquery/nativescript-uber.git"
},
"keywords": [
"nativescript",
"uber",
"nativescript-uber",
"rides",
"cabify",
"ios",
"android",
"xcode",
"cocoapods"
],
"author": "Yamil Díaz Aguirre",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yamilquery/nativescript-uber/issues"
},
"homepage": "https://github.com/Yamilquery/nativescript-uber#readme",
"typings": "index.d.ts"
}