UNPKG

angular-gridster2

Version:
91 lines (90 loc) 2.37 kB
{ "name": "angular-gridster2", "version": "4.2.0", "license": "MIT", "main": "dist/index.js", "jsnext:main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "scripts": { "ng": "ng", "start": "ng serve", "serve": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "build-demo": "ng build --prod --base-href=./", "build-npm": "gulp inline-templates && ngc -p tsconfig-lib.json" }, "homepage": "https://tiberiuzuld.github.io/angular-gridster2/angular", "bugs": { "url": "https://github.com/tiberiuzuld/angular-gridster2/issues" }, "repository": { "type": "git", "url": "https://github.com/tiberiuzuld/angular-gridster2.git" }, "description": "Angular gridster 2", "keywords": [ "angular", "angular2", "typescript", "dashboard", "gridster", "gridster2", "resize", "drag&drop", "widgets" ], "authors": [ "Tiberiu Zuld" ], "files": [ "dist/*" ], "dependencies": {}, "devDependencies": { "@angular/animations": "5.1.0", "@angular/cdk": "5.0.0", "@angular/cli": "1.6.0", "@angular/common": "5.1.0", "@angular/compiler": "5.1.0", "@angular/compiler-cli": "5.1.0", "@angular/core": "5.1.0", "@angular/forms": "5.1.0", "@angular/http": "5.1.0", "@angular/language-service": "5.1.0", "@angular/material": "5.0.0", "@angular/platform-browser": "5.1.0", "@angular/platform-browser-dynamic": "5.1.0", "@angular/platform-server": "5.1.0", "@angular/router": "5.1.0", "@types/jasmine": "2.8.2", "@types/node": "8.0.57", "codelyzer": "4.0.1", "core-js": "2.5.2", "gulp": "3.9.1", "gulp-clean": "0.3.2", "gulp-inline-ng2-template": "4.0.0", "hammerjs": "2.0.8", "jasmine-core": "2.8.0", "jasmine-spec-reporter": "4.2.1", "karma": "1.7.1", "karma-chrome-launcher": "2.2.0", "karma-cli": "1.0.1", "karma-coverage-istanbul-reporter": "1.3.0", "karma-jasmine": "1.1.1", "karma-jasmine-html-reporter": "0.2.2", "protractor": "5.2.1", "rxjs": "5.5.5", "systemjs": "0.20.19", "ts-helpers": "1.1.2", "ts-node": "3.3.0", "tslib": "1.8.1", "tslint": "5.8.0", "typescript": "2.4.2", "zone.js": "0.8.18" } }