-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "ionic-img-cache",
"version": "1.3.2",
"description": "Image caching for Ionic 1.x applications.",
"main": "ionic-img-cache.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vitaliy-bobrov/ionic-img-cache.git"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"publishPackage": "npm run build && npm publish"
},
"keywords": [
"ionic",
"mobile",
"angular",
"cordova",
"phonegap",
"angularjs",
"html5",
"imgcache"
],
"author": "Vitaliy Bobrov <[email protected]> (https://vitaliy-bobrov.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vitaliy-bobrov/ionic-img-cache/issues"
},
"homepage": "https://github.com/vitaliy-bobrov/ionic-img-cache#readme",
"dependencies": {
"imgcache.js": "^1.1.0"
},
"devDependencies": {
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "4.0.0",
"gulp": "^4.0.0",
"gulp-eslint": "5.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "3.0.1"
}
}