angular-split-ng6
Version:
Copy of angular-split but with aszechlicki fix, and some other errors patched for angular 6.
81 lines (80 loc) • 2.62 kB
JSON
{
"name": "angular-split-ng6",
"version": "1.0.0-rc.5",
"description": "Copy of angular-split but with aszechlicki fix, and some other errors patched for angular 6.",
"main": "./bundles/angular-split-ng6.umd.js",
"module": "./esm5/angular-split-ng6.js",
"es2015": "./esm2015/angular-split-ng6.js",
"scripts": {
"build": "node build.js",
"test": "karma start",
"pack-lib": "npm pack ./dist",
"publish-lib": "npm publish ./dist",
"publish-lib:next": "npm publish --tag next ./dist"
},
"typings": "./angular-split-ng6.d.ts",
"author": "bertrandg",
"repository": {
"type": "git",
"url": "https://github.com/bertrandg/angular-split.git"
},
"bugs": {
"url": "https://github.com/bertrandg/angular-split/issues"
},
"homepage": "https://github.com/bertrandg/angular-split",
"keywords": [
"angular",
"split",
"split-pane",
"split-area",
"flexbox"
],
"license": "Apache-2.0",
"dependencies": {
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/common": ">= 6.0.0",
"@angular/core": ">= 6.0.0",
"rxjs": ">= 6.0.0"
},
"devDependencies": {
"@angular/animations": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/platform-server": "^6.0.0",
"@compodoc/compodoc": "1.0.3",
"@types/jasmine": "2.6.2",
"@types/node": "8.0.47",
"chalk": "2.3.0",
"codelyzer": "~4.3.0",
"core-js": "2.5.1",
"istanbul-instrumenter-loader": "3.0.0",
"jasmine-core": "2.8.0",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "1.3.0",
"karma-jasmine": "1.1.0",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "2.0.5",
"reflect-metadata": "0.1.10",
"rollup": "0.50.0",
"rollup-plugin-license": "0.5.0",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-sourcemaps": "0.4.2",
"rxjs": "^6.0.0",
"shelljs": "0.7.8",
"source-map-loader": "0.2.3",
"ts-loader": "3.1.1",
"tslint": "~5.10.0",
"typescript": "2.7.2",
"uglify-js": "3.1.6",
"webpack": "3.8.1",
"zone.js": "0.8.18"
}
}