forked from Riron/ionic-img-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "ionic-img-viewer",
"version": "1.2.0",
"description": "Ionic 2 component providing a Twitter inspired experience to visualize pictures.",
"main": "./dist/ionic-img-viewer.js",
"typings": "./dist/ionic-img-viewer.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node_modules/.bin/ngc && copyfiles ./src/*.scss ./dist/"
},
"repository": {
"type": "git",
"url": "https://github.com/Riron/ionic-img-viewer"
},
"keywords": [
"ionic2",
"image",
"angular2",
"component"
],
"author": "Orion Charlier",
"license": "MIT",
"dependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"ionic-angular": "2.0.0-rc.5",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.26"
},
"devDependencies": {
"typescript": "2.0.9",
"copyfiles": "1.0.0"
}
}