-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 909 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
{
"description": "Demo app to upload images to FileMaker using the Data API.",
"license": "(c) Matatiro Solutions under MIT",
"readme": "NativeScript Application",
"repository": "https://github.com/matatirosolutions/filemaker-data-api-nativescript-demo",
"nativescript": {
"id": "org.msdev.fmimageuploader",
"tns-ios": {
"version": "6.0.1"
},
"tns-android": {
"version": "6.0.0"
}
},
"dependencies": {
"base-64": "^0.1.0",
"nativescript-background-http": "^3.3.0",
"nativescript-camera": "^4.4.1",
"nativescript-geolocation": "^5.1.0",
"nativescript-theme-core": "^2.0.2",
"tns-core-modules": "6.0.1",
"utf8": "^3.0.0"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11",
"nativescript-dev-webpack": "1.0.1"
},
"author": "Matatiro Solutions"
}