UNPKG

@nativescript-community/ui-material-core

Version:
43 lines (42 loc) 1.42 kB
{ "name": "@nativescript-community/ui-material-core", "version": "7.2.71", "description": "Material Core component", "main": "./index", "sideEffects": false, "typings": "./index.d.ts", "scripts": { "tsc": "cpy '**/*.d.ts' '../../packages/core' --cwd=../../src/core --parents && tsc -d", "tsc-win": "cpy **/*.d.ts ..\\..\\packages\\core --cwd=..\\..\\src\\core --parents && tsc -d", "build": "npm run tsc", "build.watch": "npm run tsc -- -w", "build.win": "npm run tsc-win", "build.all": "npm run build", "build.all.win": "npm run build.win", "clean": "rimraf ./*.d.ts ./*.js ./*.js.map android" }, "nativescript": { "platforms": { "android": "6.2.0", "ios": "6.2.0" } }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS" ], "author": { "name": "Martin Guillon", "email": "martin@akylas.fr" }, "bugs": { "url": "https://github.com/nativescript-community/ui-material-components/issues" }, "license": "Apache-2.0", "homepage": "https://github.com/nativescript-community/ui-material-components", "repository": "https://github.com/nativescript-community/ui-material-components", "readmeFilename": "README.md", "gitHead": "e6076200bd06401a5e915a8dcda6fe3d90caff35" }