forked from NativeScript/nativescript-app-sync-sdk-cli
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 696 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 696 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
{
"name": "nativescript-app-sync-sdk",
"version": "1.0.1",
"description": "Management SDK for the NativeScript AppSync service",
"main": "script/index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/EddyVerbruggen/nativescript-app-sync-sdk-cli.git"
},
"author": {
"name": "Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/EddyVerbruggen/nativescript-app-sync-sdk-cli",
"dependencies": {
"q": "^1.4.1",
"recursive-fs": "0.1.4",
"slash": "1.0.0",
"superagent": "^3.8.0",
"superagent-proxy": "^1.0.3",
"yazl": "^2.4.1"
}
}