forked from zyra/ionic-image-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.5 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
{
"name": "ionic-image-loader",
"version": "5.0.0",
"description": "Ionic Component and Service to load images in a background thread and cache them for later use",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rm -rf aot dist && ngc",
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"postchangelog": "git commit -am \"chore(): update changelog\"",
"shipit": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zyra/ionic-image-loader.git"
},
"keywords": [
"ionic2",
"image",
"loading",
"ionic",
"angular2"
],
"author": "Zyra Media Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/zyra/ionic-image-loader/issues"
},
"homepage": "https://github.com/zyra/ionic-image-loader#readme",
"devDependencies": {
"@angular/common": "4.4.4",
"@angular/compiler": "4.4.4",
"@angular/compiler-cli": "4.4.4",
"@angular/core": "4.4.4",
"@angular/forms": "4.4.4",
"@angular/http": "4.4.4",
"@angular/platform-browser": "4.4.4",
"@angular/platform-browser-dynamic": "4.4.4",
"@ionic-native/core": "^4.3.3",
"@ionic-native/file": "^4.3.3",
"conventional-changelog-cli": "1.3.4",
"ionic-angular": "3.8.0",
"rxjs": "5.4.3",
"typescript": "2.3.4",
"zone.js": "0.8.18"
},
"peerDependencies": {
"@ionic-native/file": "^4.0.0"
}
}