UNPKG

digitaltown-nativescript-gif

Version:
100 lines (99 loc) 3.17 kB
{ "name": "digitaltown-nativescript-gif", "version": "4.0.2", "description": "NativeScript plugin to use .gifs", "main": "gif", "typings": "gif.d.ts", "nativescript": { "platforms": { "android": "3.0.0", "ios": "3.0.0" } }, "scripts": { "tsc": "tsc -skipLibCheck", "build": "npm i && tsc", "postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link", "test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch", "test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch", "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"", "plugin.link": "npm link && cd ../demo && npm link nativescript-gif && cd ../src", "plugin.tscwatch": "npm run tsc -- -w", "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles", "demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles", "demo.reset": "cd ../demo && rimraf platforms", "plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-gif && tns plugin add ../src", "clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link", "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'", "prepare": "node scripts/prepare.js" }, "lint-staged": { "*.ts": [ "prettier --write", "git add" ] }, "repository": { "type": "git", "url": "https://github.com/DigitalTown/nativescript-gif.git" }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "gif", "bradmartin", "@nstudio" ], "author": { "name": "Brad Martin", "email": "bradwaynemartin@gmail.com", "url": "https://github.com/bradmartin" }, "contributors": [ { "name": "Nathanael Anderson", "email": "nathan@master-technology.com", "url": "https://github.com/NathanaelA" }, { "name": "Nathan Walker", "email": "walkerrunpdx@gmail.com", "url": "https://github.com/NathanWalker" }, { "name": "Ophir Stern", "email": "souly01@gmail.com", "url": "https://github.com/souly1" }, { "name": "slsumathi", "url": "https://github.com/slsumathi" }, { "name": "Amila Rukshan", "email": "amilarukshan11@gamil.com", "url": "https://github.com/AmilaRukshan" } ], "bugs": { "url": "https://github.com/DigitalTown/nativescript-gif/issues" }, "license": "MIT", "homepage": "https://github.com/DigitalTown/nativescript-gif", "readme": "README.md", "readmeFilename": "README.md", "devDependencies": { "husky": "^0.13.4", "lint-staged": "^3.6.1", "prettier": "^1.12.0", "tns-core-modules": "^4.0.0", "tns-platform-declarations": "~4.0.0", "typescript": "2.6.2", "prompt": "^1.0.0", "rimraf": "^2.5.0", "tslint": "^5.0.0", "semver": "^5.5.0" } }