UNPKG

angular2-expandable-list

Version:
96 lines 3.21 kB
{ "name": "angular2-expandable-list", "version": "0.5.0", "description": "Expandable lists made easy for Angular2+", "main": "index.js", "scripts": { "build": "webpack --config config/webpack.lib.js", "build_prod": "npm run inline && npm run ngc && npm run build", "commit": "git-cz", "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls", "demo": "webpack-dev-server --inline --progress --open --port 9007 --config config/webpack.demo.js --content-base demo", "inline": "ng2-inline -o lib -f -b src src/**/*.ts", "lint": "tslint \"src/**/*.ts\" -e \"src/**/*.d.ts\"", "ngc": "ngc -p tsconfig.json", "precommit": "npm run lint && npm run test:headless", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "test:headless": "npm run test -- --browsers PhantomJS", "test": "karma start config/karma.conf.js", "test:watch": "npm run test -- --no-single-run" }, "repository": { "type": "git", "url": "https://github.com/andreasonny83/angular2-expandable-list.git" }, "keywords": [ "ng2", "ng4", "angular", "angular2", "angular4", "angular2-component", "angular4-component", "lists", "treeview" ], "author": "Andrea Sonny <andreasonny83@gmail.com> (https://github.com/andreasonny83)", "license": "MIT", "bugs": { "url": "https://github.com/andreasonny83/angular2-expandable-list/issues" }, "homepage": "https://github.com/andreasonny83/angular2-expandable-list#readme", "peerDependencies": { "@angular/common": ">=2.0.0", "@angular/core": ">=2.0.0", "@angular/platform-browser": ">=2.0.0" }, "devDependencies": { "@angular/common": "2.4.9", "@angular/compiler": "2.4.9", "@angular/compiler-cli": "2.4.9", "@angular/core": "2.4.9", "@angular/platform-browser": "2.4.9", "@angular/platform-browser-dynamic": "2.4.9", "@types/jasmine": "2.5.43", "@types/node": "7.0.5", "@types/selenium-webdriver": "2.53.40", "@types/source-map": "0.5.0", "@types/webpack": "2.2.8", "angular2-inline-template-style": "1.0.2", "angular2-template-loader": "0.6.2", "autoprefixer": "^6.7.7", "awesome-typescript-loader": "3.1.0", "codelyzer": "2.0.1", "commitizen": "2.9.6", "core-js": "2.4.1", "coveralls": "^2.12.0", "cz-conventional-changelog": "2.0.0", "husky": "0.13.2", "istanbul-instrumenter-loader": "^2.0.0", "jasmine-core": "^2.5.2", "karma": "^1.5.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.1.0", "karma-mocha-reporter": "^2.2.2", "karma-phantomjs-launcher": "^1.0.4", "karma-remap-coverage": "^0.1.4", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.3", "postcss-loader": "^1.3.3", "raw-loader": "0.5.1", "rxjs": "5.2.0", "semantic-release": "6.3.2", "source-map-loader": "^0.2.0", "tslint": "^4.5.1", "typescript": "2.2.1", "webpack": "2.2.1", "webpack-dev-server": "2.4.2", "zone.js": "0.7.7" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }