-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 724 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 724 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
{
"description": "Pokedex",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "com.brosteins.pokedex",
"tns-android": {
"version": "2.2.0"
},
"tns-ios": {
"version": "2.3.0"
}
},
"dependencies": {
"nativescript-fonticon": "^1.1.0",
"nativescript-fresco": "^1.0.6",
"nativescript-platform": "^1.0.1",
"nativescript-telerik-ui": "^1.3.1",
"nativescript-texttospeech": "^1.1.1",
"tns-core-modules": "^2.2.1"
},
"devDependencies": {
"babel-traverse": "6.13.0",
"babel-types": "6.13.0",
"babylon": "6.9.1",
"lazy": "1.0.11"
}
}