nativescript-taptic-engine
Version:
Taptic Engine, the subtle iPhone vibration engine. Available since iPhone 6s (Plus).
58 lines (57 loc) • 2.06 kB
JSON
{
"name": "nativescript-taptic-engine",
"version": "2.1.0",
"description": "Taptic Engine, the subtle iPhone vibration engine. Available since iPhone 6s (Plus).",
"main": "taptic-engine",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "2.3.0",
"ios": "2.3.0"
}
},
"scripts": {
"tsc": "tsc -skipLibCheck",
"build": "npm i && npm run tsc",
"demo.ios": "npm run build && cd ../demo && tns run ios --syncAllFiles",
"demo.android": "npm run build && cd ../demo && tns run android --syncAllFiles",
"demo-vue.ios": "npm run build && cd ../demo-vue && tns run ios --bundle --syncAllFiles",
"demo-vue.android": "npm run build && cd ../demo-vue && tns run android --bundle --syncAllFiles",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"ci.tslint": "npm run build && npm run tslint",
"plugin.tscwatch": "npm run tsc -- -w",
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-taptic-engine && tns plugin add ../src && cd ../demo-vue && tns plugin remove nativescript-taptic-engine && tns plugin add ../src"
},
"repository": {
"type": "git",
"url": "https://github.com/EddyVerbruggen/nativescript-taptic-engine.git"
},
"keywords": [
"NativeScript",
"ecosystem:nativescript",
"iOS",
"Taptic Engine",
"Taptic",
"Vibration"
],
"author": {
"name": "Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
"bugs": {
"url": "https://github.com/EddyVerbruggen/nativescript-taptic-engine/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/EddyVerbruggen/nativescript-taptic-engine/blob/master/LICENSE"
},
"homepage": "https://github.com/EddyVerbruggen/nativescript-taptic-engine",
"readmeFilename": "README.md",
"devDependencies": {
"nativescript-dev-typescript": "^0.4.0",
"tns-core-modules": "^3.0.0",
"tns-platform-declarations": "^3.0.0",
"typescript": "^2.3.0",
"tslint": "^5.1.0"
}
}