UNPKG

nativescript-3dtouch

Version:

Use 3D Touch to create quick actions for your home screen icon.

56 lines (55 loc) 1.7 kB
{ "name": "nativescript-3dtouch", "version": "1.2.2", "description": "Use 3D Touch to create quick actions for your home screen icon.", "main": "3dtouch", "typings": "index.d.ts", "nativescript": { "platforms": { "ios": "2.3.0" } }, "scripts": { "build": "tsc", "demo.ios": "npm run preparedemo && cd demo && tns emulate ios --device \"iPhone 6s\"", "demo.ios.device": "npm run preparedemo && cd demo && tns run ios", "preparedemo": "npm run build && cd demo && tns plugin remove nativescript-3dtouch && tns plugin add .. && tns install", "setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd ..", "test": "npm run tslint && npm run tslint.demo && cd demo && tns build ios", "tslint": "tslint *.ts", "tslint.demo": "tslint demo/app/*.ts" }, "repository": { "type": "git", "url": "git+https://github.com/EddyVerbruggen/nativescript-3dtouch.git" }, "keywords": [ "NativeScript", "JavaScript", "iOS", "3DTouch", "3D Touch", "Force Touch", "Quick Actions" ], "author": { "name": "Eddy Verbruggen", "email": "eddyverbruggen@gmail.com" }, "bugs": { "url": "https://github.com/EddyVerbruggen/nativescript-3dtouch/issues" }, "license": { "type": "MIT", "url": "https://github.com/EddyVerbruggen/nativescript-3dtouch/blob/master/LICENSE" }, "homepage": "https://github.com/EddyVerbruggen/nativescript-3dtouch", "readmeFilename": "README.md", "devDependencies": { "tns-core-modules": "^2.5.1", "tns-platform-declarations": "^2.5.0", "typescript": "^2.1.0", "tslint": "^5.0.0" }, "dependencies": {} }