nativescript-ng-shadow
Version:
Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification
79 lines (78 loc) • 3.38 kB
JSON
{
"name": "nativescript-ng-shadow",
"version": "2.1.0",
"description": "Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification",
"main": "ng-shadow",
"typings": "ng-shadow.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/**\" --exclude \"**/tns_modules/**\" --exclude \"**/*.d.ts\" --fix",
"plugin.link": "npm link && cd ../demo && npm link nativescript-ng-shadow && 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",
"debug.ios": "npm i && npm run tsc && cd ../demo && tns debug ios --syncAllFiles",
"debug.android": "npm i && npm run tsc && cd ../demo && tns debug android --syncAllFiles",
"demo.reset": "cd ../demo && rimraf platforms",
"plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-ng-shadow && 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/**' --exclude '**/tns_modules/**' --exclude '**/*.d.ts'"
},
"keywords": [
"NativeScript",
"{N}",
"Angular",
"TypeScript",
"JavaScript",
"Material Design",
"MD",
"Elevation",
"Shadow",
"Android",
"iOS"
],
"author": {
"name": "Jose Berardo Cunha",
"email": "josebeardo@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Especializa/nativescript-ng-shadow.git"
},
"bugs": {
"url": "https://github.com/Especializa/nativescript-ng-shadow/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Especializa/nativescript-ng-shadow",
"readmeFilename": "README.md",
"devDependencies": {
"@angular/common": "~4.2.5",
"@angular/compiler": "~4.2.5",
"@angular/core": "~4.2.5",
"@angular/forms": "~4.2.5",
"@angular/http": "~4.2.5",
"@angular/platform-browser": "~4.2.5",
"@angular/router": "~4.2.5",
"nativescript-angular": "^4.2.0",
"rxjs": "^5.0.1",
"zone.js": "^0.8.4",
"prompt": "^1.0.0",
"rimraf": "^2.5.0",
"tns-core-modules": "^3.1.0",
"tns-platform-declarations": "^3.1.0",
"tslint": "^5.0.0",
"typescript": "~2.4.0"
},
"dependencies": {},
"bootstrapper": "nativescript-plugin-seed"
}