-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "nativescript-salesforce-sdk",
"version": "1.0.8",
"description": "",
"main": "lib/index",
"typings": "lib",
"scripts": {
"build": "rm -rf lib && tsc -p .",
"prepair": "npm run build && cd sample && tns plugin remove nativescript-salesforce-sdk && tns plugin add ..",
"ios": "npm run prepair && cd sample && tns run ios --emulator"
},
"nativescript": {
"platforms": {
"android": "3.0.0",
"ios": "3.0.0"
},
"tns-ios": {
"version": "3.0.1"
}
},
"devDependencies": {
"tns-core-modules": "^3.0.1",
"typescript": "^2.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/santoshanand/nativescript-salesforce-sdk.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS"
],
"author": {
"name": "Santosh Anand (http://santoshanand.me)",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/santoshanand/nativescript-salesforce-sdk/issues"
},
"license": "MIT",
"homepage": "https://github.com/santoshanand/nativescript-salesforce-sdk",
"readmeFilename": "README.md",
"dependencies": {}
}