UNPKG

angular4-lib-starter

Version:
113 lines 3.24 kB
{ "name": "angular4-lib-starter", "version": "1.1.20", "description": "starter library for angular4 component modules", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "./build.sh", "clean": "rimraf build dist tmp", "commit": "git-cz", "prepush": "npm test", "reset": "npm run clean & rimraf node_modules", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "serve": "lite-server -c=.bs-config.json", "start": "npm run serve", "test": "./test.sh" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "repository": { "type": "git", "url": "https://github.com/chase2981/angular4-lib-starter.git" }, "keywords": [ "angular", "lib", "angular4", "starter", "component", "modules", "advanced" ], "author": "chase g. <cwgibb@aggiemail.usu.edu> (http://turbonemesis.com)", "license": "MIT", "bugs": { "url": "https://github.com/chase2981/angular4-lib-starter/issues" }, "homepage": "https://github.com/chase2981/angular4-lib-starter#readme", "bundleDependencies": [], "dependencies": { "@angular/common": "4.3.3", "@angular/compiler": "4.3.3", "@angular/compiler-cli": "4.3.3", "@angular/core": "4.3.3", "@angular/forms": "4.3.3", "@angular/http": "4.3.3", "@angular/platform-browser": "4.3.3", "@angular/platform-browser-dynamic": "4.3.3", "@angular/router": "4.3.3", "@angular/tsc-wrapped": "4.3.3", "angular-in-memory-web-api": "0.3.2", "core-js": "2.4.1", "gulp": "3.9.1", "gulp-inline-ng2-template": "4.0.0", "jquery": "3.2.1", "node-sass": "4.6.0", "rxjs": "5.4.2", "zone.js": "0.8.16" }, "devDependencies": { "@types/jasmine": "2.5.53", "@types/jquery": "3.2.11", "@types/karma": "0.13.36", "@types/node": "8.0.19", "canonical-path": "0.0.2", "codelyzer": "3.1.2", "commitizen": "2.9.6", "concurrently": "3.5.0", "cz-conventional-changelog": "2.0.0", "http-server": "0.10.0", "husky": "0.14.3", "jasmine": "2.7.0", "jasmine-core": "2.7.0", "jasmine-spec-reporter": "4.1.1", "karma": "1.7.0", "karma-chrome-launcher": "2.2.0", "karma-cli": "1.0.1", "karma-coverage-istanbul-reporter": "1.3.0", "karma-jasmine": "1.1.0", "karma-jasmine-html-reporter": "0.2.2", "karma-phantomjs-launcher": "1.0.4", "karma-typescript": "3.0.5", "karma-webpack": "2.0.4", "lite-server": "2.3.0", "lodash": "4.17.4", "minimatch": "3.0.4", "node-static": "0.7.9", "nyc": "11.1.0", "rimraf": "2.6.1", "rollup": "0.45.2", "rollup-plugin-commonjs": "8.1.0", "rollup-plugin-node-resolve": "3.0.0", "rollup-plugin-uglify": "2.0.1", "semantic-release": "6.3.6", "source-map-explorer": "1.4.0", "systemjs": "0.19.39", "ts-node": "3.3.0", "tslint": "5.5.0", "typescript": "2.4.2", "webpack": "3.4.1", "webpack-dev-server": "2.6.1", "yargs": "8.0.2" }, "peerDependencies": { "@angular/common": ">=4.0.0", "@angular/compiler": ">=4.0.0", "@angular/core": ">=4.0.0", "rxjs": ">=5.4.2" } }