-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 736 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 736 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
{
"description": "NativeScript Application",
"license": "MIT",
"readme": "NativeScript Shared Elements Transition Demo",
"repository": "https://github.com/shiv19/nativescript-set-demo",
"nativescript": {
"id": "com.shiv19.setdemo",
"tns-android": {
"version": "3.3.1"
},
"tns-ios": {
"version": "3.3.0"
}
},
"dependencies": {
"nativescript-image-cache": "^1.1.2",
"nativescript-theme-core": "1.0.4",
"tns-core-modules": "3.3.0"
},
"author": "MultiShiv19",
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11"
}
}