|
| 1 | +{ |
| 2 | + "name": "@nativescript-community/ui-material-switch", |
| 3 | + "version": "7.0.42", |
| 4 | + "description": "Material Switch", |
| 5 | + "main": "./switch", |
| 6 | + "sideEffects": false, |
| 7 | + "typings": "./switch.d.ts", |
| 8 | + "scripts": { |
| 9 | + "tsc": "cpy ../../src/switch/switch.d.ts ./ && tsc -d", |
| 10 | + "tsc-win": "cpy ..\\..\\src\\switch\\switch.d.ts .\\ && tsc -d", |
| 11 | + "build": "npm run tsc", |
| 12 | + "build.watch": "npm run tsc -- -w", |
| 13 | + "build.win": "npm run tsc-win", |
| 14 | + "build.all": "npm run build && npm run build.angular", |
| 15 | + "build.all.win": "npm run build.win && npm run build.angular.win", |
| 16 | + "build.angular": "ng-packagr -p ../../src/switch/angular/ng-package.json -c ../../src/switch/angular/tsconfig.json", |
| 17 | + "build.angular.win": "ng-packagr -p ..\\..\\src\\switch\\angular\\package.json -c ..\\..\\src\\switch\\angular\\tsconfig.json", |
| 18 | + "clean": "rimraf ./*.d.ts ./*.js ./*.js.map" |
| 19 | + }, |
| 20 | + "nativescript": { |
| 21 | + "platforms": { |
| 22 | + "android": "6.2.0", |
| 23 | + "ios": "6.2.0" |
| 24 | + } |
| 25 | + }, |
| 26 | + "keywords": [ |
| 27 | + "NativeScript", |
| 28 | + "JavaScript", |
| 29 | + "Android", |
| 30 | + "iOS", |
| 31 | + "Vue", |
| 32 | + "Angular", |
| 33 | + "preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-switch.gif" |
| 34 | + ], |
| 35 | + "author": { |
| 36 | + "name": "Martin Guillon", |
| 37 | + |
| 38 | + }, |
| 39 | + "bugs": { |
| 40 | + "url": "https://github.com/nativescript-community/ui-material-components/issues" |
| 41 | + }, |
| 42 | + "license": "Apache-2.0", |
| 43 | + "repository": { |
| 44 | + "type": "git", |
| 45 | + "url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/switch" |
| 46 | + }, |
| 47 | + "readmeFilename": "README.md", |
| 48 | + "dependencies": { |
| 49 | + "@nativescript-community/ui-material-core": "^7.0.42" |
| 50 | + }, |
| 51 | + "gitHead": "240457b7952c4f0258aabc46615de63d1473ead1" |
| 52 | +} |
0 commit comments