-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 931 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
{
"nativescript": {
"id": "io.github.nandraj.ThreeRKids",
"tns-android": {
"version": "6.5.0"
},
"tns-ios": {
"version": "6.5.0"
}
},
"description": "Interactive basic learning app for kids by 3R Coaching Classes",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@nativescript/theme": "~2.3.3",
"nativescript-color-picker": "^1.6.0",
"nativescript-drawingpad": "^3.1.0",
"nativescript-email": "^1.6.0",
"nativescript-open-youtube": "^1.2.3",
"nativescript-permissions": "^1.3.9",
"nativescript-phone": "^2.0.0",
"nativescript-texttospeech": "^2.0.3",
"tns-core-modules": "~6.5.0"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.5.1"
},
"gitHead": "2250137db8c1e0bd0eb543e8e4563cb71480c00d",
"readme": "NativeScript Application",
"author": "Nandraj Rathod"
}