nativescript-keyframes
Version:
Easily use the Facebook Keyframes library in your NativeScript app.
59 lines • 1.84 kB
JSON
{
"name": "nativescript-keyframes",
"version": "1.0.0",
"description": "Easily use the Facebook Keyframes library in your NativeScript app.",
"main": "keyframes.js",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "2.3.0",
"ios": "2.3.0"
}
},
"scripts": {
"build": "tsc",
"demo.ios": "npm run preparedemo && cd demo && tns emulate ios",
"demo.ios.device": "npm run preparedemo && cd demo && tns run ios",
"demo.android": "npm run preparedemo && cd demo && tns run android",
"test.ios": "cd demo && tns test ios --emulator",
"test.ios.device": "cd demo && tns test ios",
"test.android": "cd demo && tns test android",
"preparedemo": "npm run build && cd demo && tns plugin remove nativescript-keyframes && tns plugin add .. && tns install",
"setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd ..",
"postclone": "npm i && node scripts/postclone.js"
},
"repository": {
"type": "git",
"url": "https://github.com/EddyVerbruggen/nativescript-keyframes.git"
},
"keywords": [
"ecosystem:nativescript",
"NativeScript",
"JavaScript",
"Android",
"iOS",
"Facebook",
"Facebook Keyframes",
"Keyframes",
"Adobe After Effects",
"After Effects",
"Animation"
],
"author": {
"name": "Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
"bugs": {
"url": "https://github.com/EddyVerbruggen/nativescript-keyframes/issues"
},
"license": "MIT",
"homepage": "https://github.com/EddyVerbruggen/nativescript-keyframes",
"readmeFilename": "README.md",
"devDependencies": {
"tns-core-modules": "^2.3.0",
"tns-platform-declarations": "^2.3.0",
"typescript": "^2.0.7",
"prompt": "^1.0.0",
"rimraf": "^2.5.0"
}
}