UNPKG

ng-metamagic-extensions

Version:

[![npm version](https://badge.fury.io/js/ng-metamagic-extensions.svg)](https://badge.fury.io/js/ng-metamagic-extensions) [![TeamCity CodeBetter](https://img.shields.io/teamcity/codebetter/bt428.svg)]() [![NPM](https://nodei.co/npm/ng-metamagic-extension

71 lines (70 loc) 1.83 kB
{ "name": "ng-metamagic-extensions", "version": "0.0.19", "scripts": { "build": "ngc -p tsconfig.json", "lint": "tslint src/**/*.ts", "test": "tsc && karma start", "prepublish": "tsc", "tsc": "tsc" }, "repository": { "type": "git", "url": "https://github.com/meta-magic/metamagic-ui-widgets/tree/master/metamagic-angular-components" }, "author": { "name": "metamagicglobal", "email": "xserviceadmin@metamagic.in " }, "keywords": [ "angular", "metamagic", "angular2", "angular4", "angularcomponents", "angulargrid", "angular2components", "typescript", "javascript", "components" ], "license": "LGPL 3", "bugs": { "url": "https://github.com/meta-magic/metamagic-ui-widgets/issues" }, "main": "./dist/index.js", "dependencies": { "jquery": "^3.2.1", "bootstrap": "^3.3.7", "bootstrap-select": "^1.12.2", "bootstrap-datepicker": "^1.6.4", "bootstrap-submenu": "^2.0.4", "bootstrap-timepicker": "^0.5.2", "bootstrap-validator": "^0.11.9", "jquery-bootstrap-scrolling-tabs": "^0.7.1" }, "devDependencies": { "@angular/common": "^4.0.0", "@angular/compiler": "^4.0.0", "@angular/compiler-cli": "^4.0.0", "@angular/animations" : "^4.0.0", "@angular/platform-browser": "^4.0.0", "@angular/core": "^4.0.0", "@angular/forms": "^4.0.0", "@angular/http": "^4.0.0", "@angular/router": "^4.0.0", "@angular/platform-server": "^4.0.0", "codelyzer": "^0.0.28", "rxjs": "^5.1.0", "tslint": "4.5.1", "typescript": "~2.2.0", "zone.js": "^0.8.4", "@types/es6-shim": "^0.31.32", "@types/protractor": "^4.0.0", "@types/jasmine": "^2.5.40", "@types/selenium-webdriver": "^2.53.39" }, "engines": { "node": ">=0.8.0" } }