UNPKG

@nativescript-community/ui-drawer

Version:

Easily add a side drawer (side menu) to your projects.

59 lines (58 loc) 1.99 kB
{ "name": "@nativescript-community/ui-drawer", "version": "0.1.29", "description": "Easily add a side drawer (side menu) to your projects.", "main": "./index", "sideEffects": false, "typings": "./index.d.ts", "scripts": { "build": "npm run tsc", "build.all": "npm run build && npm run build.angular", "build.angular": "ng-packagr -p ../../src/ui-drawer/angular/ng-package.json -c ../../src/ui-drawer/angular/tsconfig.json && rm angular/.npmignore", "readme": "readme generate -c ../../tools/readme/blueprint.json", "tsc": "cpy '**/*.d.ts' '../../packages/ui-drawer' --parents --cwd=../../src/ui-drawer && tsc -skipLibCheck -d", "clean": "rimraf ./*.d.ts ./*.js ./*.js.map" }, "nativescript": { "platforms": { "android": "6.0.0", "ios": "6.0.0" } }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "SideDrawer", "RadSideDrawer", "NativeScript UI", "side drawer", "side menu", "menu", "nativescript-community", "Angular", "Vue", "Svelte", "React", "preview|https://raw.githubusercontent.com/nativescript-community/ui-drawer/master/images/demo-ios.gif|iOS Demo", "preview|https://raw.githubusercontent.com/nativescript-community/ui-drawer/master/images/demo-android.gif|Android Demo" ], "author": { "name": "Martin Guillon", "email": "martin@akylas.fr" }, "bugs": { "url": "https://github.com/nativescript-community/ui-drawer/issues" }, "repository": { "type": "git", "url": "https://github.com/nativescript-community/ui-drawer" }, "license": "Apache-2.0", "readmeFilename": "README.md", "dependencies": { "@nativescript-community/gesturehandler": "^2.0.8" }, "gitHead": "eb67b3b51f9bc1522d56ce6436a02334c0463817" }