angular-gridster2
Version:
91 lines (90 loc) • 2.39 kB
JSON
{
"name": "angular-gridster2",
"version": "3.19.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-optimizer",
"build-npm": "gulp build && 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": "4.4.6",
"@angular/cdk": "2.0.0-beta.12",
"@angular/cli": "1.4.9",
"@angular/common": "4.4.6",
"@angular/compiler": "4.4.6",
"@angular/compiler-cli": "4.4.6",
"@angular/core": "4.4.6",
"@angular/forms": "4.4.6",
"@angular/http": "4.4.6",
"@angular/language-service": "4.4.6",
"@angular/material": "2.0.0-beta.12",
"@angular/platform-browser": "4.4.6",
"@angular/platform-browser-dynamic": "4.4.6",
"@angular/platform-server": "4.4.6",
"@angular/router": "4.4.6",
"@types/jasmine": "2.8.2",
"@types/node": "8.5.1",
"codelyzer": "4.0.2",
"core-js": "2.5.3",
"del": "3.0.0",
"gulp": "4.0.0",
"gulp-inline-ng2-template": "4.1.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.2",
"rxjs": "5.5.5",
"systemjs": "0.20.19",
"ts-helpers": "1.1.2",
"ts-node": "4.0.2",
"tslib": "1.8.1",
"tslint": "5.8.0",
"typescript": "2.3.4",
"zone.js": "0.8.18"
}
}