UNPKG

3.48 kBJSONView Raw
1{
2 "name": "arranbartish-angular-cli-widgets",
3 "version": "4.2.3",
4 "license": "MIT",
5 "description": "UI widgets produced for use with angular2 SPA's",
6 "homepage": "https://github.com/arranbartish/angular-cli-widgets",
7 "author": "Arran Bartish <arranbartish@hotmail.com> (https://ca.linkedin.com/in/arran-bartish-7720a21)",
8 "engines": {
9 "node": ">=6.1"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/arranbartish/angular-cli-widgets.git"
14 },
15 "contributors": [],
16 "keywords": [
17 "angular",
18 "widget",
19 "angular-cli",
20 "library",
21 "component"
22 ],
23 "bugs": {
24 "url": "https://github.com/arranbartish/angular-cli-widgets/issues",
25 "email": "arranbartish@hotmail.com"
26 },
27 "scripts": {
28 "clean-aot": "rimraf aot",
29 "clean-dist": "rimraf dist",
30 "clean": "npm run clean-aot && npm run clean-dist",
31 "ng": "ng",
32 "start": "ng serve",
33 "build": "npm run clean-dist && ng build",
34 "test": "ng test",
35 "lint": "ng lint",
36 "pree2e": "webdriver-manager update --versions.chrome=2.28",
37 "e2e": "ng e2e --webdriver-update false",
38 "style-test": "SUITE_LOCATION=styles npm run e2e --webdriver-update false",
39 "transpile": "ngc -p tsconfig.aot.json",
40 "rollup": "rollup -c",
41 "minify": "uglifyjs aot/bundles/arranbartishAngularCliWidgets.umd.js --screw-ie8 --compress --mangle --comments --output aot/bundles/arranbartishAngularCliWidgets.umd.min.js",
42 "package": "npm run clean-aot && npm run transpile && gulp && npm run rollup && npm run minify"
43 },
44 "private": false,
45 "dependencies": {
46 "@angular/animations": "^4.0.0",
47 "@angular/common": "^4.0.0",
48 "@angular/compiler": "^4.0.0",
49 "@angular/core": "^4.0.0",
50 "@angular/forms": "^4.0.0",
51 "@angular/http": "^4.0.0",
52 "@angular/material": "^2.0.0-beta.3",
53 "@angular/platform-browser": "^4.0.0",
54 "@angular/platform-browser-dynamic": "^4.0.0",
55 "@angular/router": "^4.0.0",
56 "core-js": "^2.4.1",
57 "lodash": "^4.17.4",
58 "rxjs": "^5.1.0",
59 "zone.js": "^0.8.4"
60 },
61 "devDependencies": {
62 "@angular/cli": "1.0.0",
63 "@angular/compiler-cli": "^4.0.0",
64 "@angular/flex-layout": "^2.0.0-beta.8",
65 "@types/chai-as-promised": "0.0.30",
66 "@types/chai-string": "^1.1.30",
67 "@types/mocha": "^2.2.40",
68 "@types/node": "~6.0.60",
69 "@types/sinon": "^1.16.35",
70 "@types/sinon-chai": "^2.7.27",
71 "angular2-template-loader": "^0.6.2",
72 "chai": "~3.5.0",
73 "chai-as-promised": "~5.3.0",
74 "chai-string": "^1.3.0",
75 "codelyzer": "~2.0.0",
76 "electron": "^1.4.15",
77 "extract-zip": "=1.6.0",
78 "gulp": "^3.9.1",
79 "gulp-json-editor": "^2.2.1",
80 "gulp-sass": "^3.1.0",
81 "karma": "~1.4.1",
82 "karma-chai": "^0.1.0",
83 "karma-chrome-launcher": "~2.0.0",
84 "karma-cli": "~1.0.1",
85 "karma-coverage-istanbul-reporter": "^0.2.0",
86 "karma-istanbul-threshold": "^1.2.2",
87 "karma-mocha": "^1.3.0",
88 "karma-mocha-reporter": "^2.2.2",
89 "karma-phantomjs-launcher": "^1.0.2",
90 "karma-sinon": "^1.0.5",
91 "karma-sinon-chai": "^1.2.4",
92 "mocha": "^3.2.0",
93 "protractor": "~5.1.0",
94 "protractor-image-comparison": "^1.2.3",
95 "rimraf": "^2.6.1",
96 "rollup": "^0.41.6",
97 "rollup-plugin-commonjs": "^8.0.2",
98 "rollup-plugin-node-resolve": "^3.0.0",
99 "sinon": "^1.17.7",
100 "sinon-chai": "^2.8.0",
101 "ts-node": "~2.0.0",
102 "tslint": "~4.5.0",
103 "typescript": "~2.2.0",
104 "wallaby-webpack": "0.0.33"
105 }
106}