UNPKG

2.71 kBJSONView Raw
1{
2 "name": "ngx-smart-modal",
3 "version": "6.0.2",
4 "description": "Smart modal handler to manage modals and data everywhere in Angular apps.",
5 "main": "./bundles/ngx-smart-modal.umd.js",
6 "module": "./esm5/ngx-smart-modal.js",
7 "es2015": "./esm2015/ngx-smart-modal.js",
8 "scripts": {
9 "build": "node build.js",
10 "test": "karma start",
11 "pack-lib": "npm pack ./dist",
12 "publish-lib": "npm publish ./dist",
13 "publish-lib:next": "npm publish --tag next ./dist",
14 "cc": "codecov",
15 "compodoc": "compodoc -p tsconfig.json",
16 "compodoc-serve": "compodoc -s"
17 },
18 "typings": "./ngx-smart-modal.d.ts",
19 "author": "Maxime LAFARIE <maxime.lafarie@gmail.com>",
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/biig-io/ngx-smart-modal.git"
23 },
24 "bugs": {
25 "url": "https://github.com/biig-io/ngx-smart-modal/issues"
26 },
27 "homepage": "https://github.com/biig-io/ngx-smart-modal",
28 "keywords": [
29 "ngx-smart-modal",
30 "smart",
31 "modal",
32 "typescript",
33 "angular",
34 "angular2",
35 "angular4",
36 "angular5",
37 "ngx"
38 ],
39 "license": "MIT",
40 "peerDependencies": {
41 "@angular/common": ">=2.4.0 <=6.0.0",
42 "@angular/core": ">=2.4.0 <=6.0.0",
43 "@angular/platform-browser": ">=2.4.0 <=6.0.0",
44 "rxjs": ">=5.1.0",
45 "zone.js": ">=0.8.0"
46 },
47 "devDependencies": {
48 "@angular/animations": "5.0.0",
49 "@angular/common": "5.0.0",
50 "@angular/compiler": "5.0.0",
51 "@angular/compiler-cli": "5.0.0",
52 "@angular/core": "5.0.0",
53 "@angular/platform-browser": "5.0.0",
54 "@angular/platform-browser-dynamic": "5.0.0",
55 "@angular/platform-server": "5.0.0",
56 "@compodoc/compodoc": "1.0.3",
57 "@types/jasmine": "2.6.2",
58 "@types/node": "8.0.47",
59 "chalk": "2.3.0",
60 "codelyzer": "4.0.0",
61 "core-js": "2.5.1",
62 "istanbul-instrumenter-loader": "3.0.0",
63 "jasmine-core": "2.8.0",
64 "karma": "1.7.1",
65 "karma-chrome-launcher": "2.2.0",
66 "karma-coverage-istanbul-reporter": "1.3.0",
67 "karma-jasmine": "1.1.0",
68 "karma-sourcemap-loader": "0.3.7",
69 "karma-spec-reporter": "0.0.31",
70 "karma-webpack": "2.0.5",
71 "node-sass": "^4.8.3",
72 "reflect-metadata": "0.1.10",
73 "rollup": "0.50.0",
74 "rollup-plugin-license": "0.5.0",
75 "rollup-plugin-node-resolve": "3.0.0",
76 "rollup-plugin-sourcemaps": "0.4.2",
77 "rxjs": "5.5.2",
78 "shelljs": "0.7.8",
79 "source-map-loader": "0.2.3",
80 "stylelint": "^9.1.3",
81 "stylelint-config-standard": "^18.2.0",
82 "ts-loader": "3.1.1",
83 "tslint": "5.8.0",
84 "typescript": "2.4.2",
85 "uglify-js": "3.1.6",
86 "webpack": "3.8.1",
87 "zone.js": "0.8.18"
88 },
89 "greenkeeper": {
90 "emails": false
91 },
92 "dependencies": {}
93}