-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 829 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 829 Bytes
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": "loopback-sdk-xamarin",
"version": "1.0.0",
"private": true,
"description": "Xamarin client SDK for the LoopBack framework.",
"keywords": [
"StrongLoop",
"LoopBack",
"client",
"SDK",
"iOS",
"mobile",
"Xamarin"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-sdk-xamarin.git"
},
"license": {
"name": "MIT",
"url": "https://github.com/strongloop/loopback-sdk-xamarin/blob/master/LICENSE"
},
"devDependencies": {
"async": "~0.9.0",
"express": "^4.9.8",
"loopback": "^2.5.0",
"loopback-component-push": "1.x",
"loopback-component-storage": "1.x",
"morgan": "^1.4.0",
"strong-remoting": "^2.5.0"
}
}