UNPKG

nativescript-parallax

Version:
48 lines (47 loc) 1.38 kB
{ "name": "nativescript-parallax", "version": "1.4.0", "description": "NativeScript Parallax View Plugin.", "main": "nativescript-parallax.js", "nativescript": { "platforms": { "android": "3.1.0", "ios": "3.1.0" }, "tns-ios": { "version": "3.1.0" } }, "scripts": { "build": "tsc", "demo.ios": "npm run preparedemo && cd demo && tns run ios", "demo.android": "npm run preparedemo && cd demo && tns run android", "preparedemo": "npm run build && cd demo && tns plugin remove nativescript-parallax && tns plugin add .. && tns install", "setup": "npm install && cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .." }, "repository": { "type": "git", "url": "https://github.com/TheOriginalJosh/nativescript-parallax.git" }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "Parallax" ], "author": { "name": "Josh Sommer", "email": "joshdsommer@gmail.com" }, "bugs": { "url": "https://github.com/TheOriginalJosh/nativescript-parallax/issues" }, "license": "MIT", "homepage": "https://github.com/TheOriginalJosh/nativescript-parallax", "readmeFilename": "README.md", "devDependencies": { "typescript": "^2.5.3" }, "dependencies": {} }