-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 878 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
33
34
35
36
37
38
{
"name": "nativescript-vue-global-drawer",
"version": "1.2.0",
"description": "A Vue.js plugin that bootstrap the integration of RadSideDrawer in your NativeScript-Vue project.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moeddami/nativescript-vue-global-drawer.git"
},
"keywords": [
"nativescript",
"vuejs",
"radsidedrawer",
"android",
"ios",
"nativesctipt-vue",
"drawer"
],
"author": "Mohamed Eddami",
"license": "MIT",
"peerDependencies": {
"nativescript-ui-sidedrawer": "^5.1.0",
"nativescript-vue": "^2.0.2"
},
"nativescript": {
"platforms": {
"android": "4.2.0",
"ios": "4.2.0"
},
"plugin": {
"vue": "true",
"category": "Developer"
}
}
}