forked from Riron/ionic-img-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "ionic-img-viewer",
"version": "2.9.0",
"description": "Ionic 2 component providing a Twitter inspired experience to visualize pictures.",
"main": "./dist/es2015/ionic-img-viewer.js",
"typings": "./dist/es2015/ionic-img-viewer.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node ngc-build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Riron/ionic-img-viewer"
},
"keywords": [
"ionic2",
"image",
"angular2",
"component"
],
"author": "Orion Charlier",
"license": "MIT",
"devDependencies": {
"@angular/common": "5.0.0",
"@angular/compiler": "5.0.0",
"@angular/compiler-cli": "5.0.0",
"@angular/core": "5.0.0",
"@angular/forms": "5.0.0",
"@angular/http": "5.0.0",
"@angular/platform-browser": "5.0.0",
"@angular/platform-browser-dynamic": "5.0.0",
"@angular/platform-server": "5.0.0",
"fs-extra": "^4.0.2",
"node-sass": "^4.5.3",
"rxjs": "5.5.2",
"typescript": "2.4.2",
"zone.js": "0.8.18"
},
"peerDependencies": {
"ionic-angular": "~3.9.0"
}
}