UNPKG

ng2-flex-layout

Version:

Angular 2 Material Responsive Layout Directives

42 lines (41 loc) 952 B
{ "name": "ng2-flex-layout", "version": "0.1.5", "scripts": { "lint": "tslint src/**/*.ts", "test": "tsc && karma start", "build": "gulp && tsc", "prepublish": "typings install && npm run build", "sass": "gulp sass" }, "description": "Angular 2 Material Responsive Layout Directives", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "keywords": [ "angular", "material", "material design", "components", "responsive", "layout" ], "license": "MIT", "dependencies": { }, "peerDependencies": { "@angular2-material/core": "2.0.0-alpha.7-4" }, "files": ["dist"], "devDependencies": { "@angular/core": "2.0.0-rc.5", "codelyzer": "0.0.26", "gulp": "^3.9.1", "gulp-sass": "^2.3.2", "gulp-typescript": "^2.13.6", "rxjs": "^5.0.0-beta.11", "tslint": "3.13.0", "typescript": "^2.0.0", "typings": "^1.3.3", "zone.js": "^0.6.17" } }