soft-phone
Version:
116 lines (114 loc) • 3.52 kB
JSON
{
"name": "soft-phone",
"version": "1.1.13",
"description": "SoftPhone library",
"main": "./dist/index.umd.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"license": "MIT",
"keywords": [
"angular",
"angular4",
"aot",
"aot-compatible",
"aot-compilation",
"library",
"ng",
"seed",
"starter",
"tick-tock",
"typescript"
],
"author": {
"name": "xputer technologies"
},
"angular-cli": {},
"repository": {
"type": "git",
"url": "https://github.com/trekhleb/angular-library-seed.git"
},
"bugs": {
"url": "https://github.com/trekhleb/angular-library-seed/issues"
},
"homepage": "https://github.com/trekhleb/angular-library-seed#readme",
"scripts": {
"build": "npm run build:esm && npm run build:umd",
"build:esm": "gulp inline-templates && npm run ngcompile",
"build:esm:watch": "gulp build:esm:watch",
"build:umd": "webpack --config webpack-umd.config.ts",
"build:umd:watch": "npm run build:umd -- --watch",
"build:watch": "concurrently --raw \"npm run build:umd:watch\" \"npm run build:esm:watch\"",
"ci": "npm run build",
"clean:all": "npm run clean:tmp && rimraf node_modules",
"clean:tmp": "rimraf coverage dist tmp",
"codecov": "cat coverage/lcov.info | codecov",
"explorer": "source-map-explorer ./dist/index.umd.js",
"ngcompile": "node_modules/.bin/ngc -p tsconfig-aot.json",
"postversion": "git push && git push --tags",
"prebuild": "rimraf dist tmp",
"prebuild:watch": "rimraf dist tmp",
"prepublishOnly": "npm run ci",
"preversion": "npm run ci"
},
"dependencies": {
"@angular/animations": "^4.4.5",
"@angular/common": "^4.4.5",
"@angular/compiler": "^4.4.5",
"@angular/compiler-cli": "^4.4.5",
"@angular/core": "^4.4.5",
"@angular/forms": "^4.4.5",
"@angular/http": "^4.4.5",
"@angular/platform-browser": "^4.4.5",
"@angular/platform-browser-dynamic": "^4.4.5",
"@angular/platform-server": "^4.4.5",
"@angular/router": "^4.4.5",
"core-js": "^2.4.1",
"primeng": "4.1.0",
"rxjs": "^5.0.1",
"ts-helpers": "^1.1.1",
"typescript": "^2.5.3",
"zone.js": "^0.8.5"
},
"peerDependencies": {
"@angular/common": "^4.4.5",
"@angular/core": "^4.4.5"
},
"devDependencies": {
"@compodoc/compodoc": "^1.0.0-beta.9",
"@types/jasmine": "^2.5.47",
"@types/karma": "^1.7.0",
"@types/node": "^8.0.0",
"@types/webpack": "^3.0.13",
"@types/webpack-env": "^1.13.0",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.1.3",
"codecov": "^2.2.0",
"codelyzer": "^3.0.1",
"concurrently": "^3.4.0",
"css-loader": "^0.28.1",
"gh-pages": "^1.0.0",
"gulp": "^3.9.1",
"gulp-inline-ng2-template": "^4.0.0",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine-core": "^2.6.1",
"json-loader": "^0.5.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"node-sass": "^4.5.2",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.5",
"source-map-explorer": "^1.3.3",
"to-string-loader": "^1.1.5",
"ts-node": "^3.0.4",
"tslint": "^5.2.0",
"webpack": "^3.6.0",
"webpack-angular-externals": "^1.0.2",
"webpack-rxjs-externals": "^1.0.0"
}
}