-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "angular2-image-popup",
"version": "1.1.2",
"description": "Image popup directive for angular2",
"main": "index.js",
"dependencies": {
"@angular/common": "^2.4.4",
"@angular/compiler": "2.4.4 ",
"@angular/core": "^2.4.4",
"@angular/platform-browser": "^2.4.4",
"@angular/platform-browser-dynamic": "^2.4.4",
"@angular/upgrade": "^2.4.4",
"core-js": "^2.4.0",
"font-awesome": "^4.6.3",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.27",
"zone.js": "^0.6.12"
},
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"typings": "typings",
"postinstall": "typings install"
},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.2.0",
"typescript": "^2.0.0",
"typings": "^0.8.1"
},
"license": "MIT",
"author": "Vimala A",
"keywords": [
"angular2",
"angular2-image-popup",
"angular2-image",
"image-popup",
"popup",
"modal",
"angular2-modal-popup",
"modal-popup"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vimalavinisha/angular2-image-popup.git"
},
"bugs": {
"url": "https://github.com/vimalavinisha/angular2-image-popup/issues"
},
"homepage": "https://github.com/vimalavinisha/angular2-image-popup#readme"
}