forked from strongloop-community/loopback-sdk-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 721 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 721 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
{
"name": "loopback-sdk-android",
"version": "1.5.0",
"description": "Android client SDK for the LoopBack framework.",
"keywords": [
"StrongLoop Labs",
"LoopBack",
"client",
"SDK",
"iOS",
"mobile"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-sdk-android.git"
},
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-sdk-android/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"
}
}