@msaelices/nativescript-radiobutton
Version:
A plugin for nativescript that exposes the radiogroup and radiobutton native view elements.
62 lines (61 loc) • 2.52 kB
JSON
{
"name": "@msaelices/nativescript-radiobutton",
"version": "0.3.0",
"main": "radiogroup",
"author": "Manuel Saelices <msaelices@gmail.com>",
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/msaelices/nativescript-radiobutton"
},
"description": "A plugin for nativescript that exposes the radiogroup and radiobutton native view elements.",
"nativescript": {
"platforms": {
"android": "4.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-twilio && 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-twilio && 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"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android"
],
"devDependencies": {
"@angular/animations": "~6.0.6",
"@angular/common": "~6.0.6",
"@angular/compiler": "~6.0.6",
"@angular/compiler-cli": "~6.0.6",
"@angular/core": "~6.0.6",
"@angular/forms": "~6.0.6",
"@angular/http": "~6.0.6",
"@angular/platform-browser": "~6.0.6",
"@angular/platform-browser-dynamic": "~6.0.6",
"@angular/router": "~6.0.6",
"codelyzer": "^4.3.0",
"rimraf": "^2.5.0",
"rxjs": "~6.1.0",
"semver": "^5.5.0",
"tns-platform-declarations": "^4.1.0",
"tns-core-modules": "^4.1.0",
"tslint": "^5.5.0",
"typescript": "~2.7.2",
"zone.js": "^0.8.26",
"nativescript-angular": "~6.0.6"
}
}