-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 906 Bytes
/
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
{
"name": "angular-imgcache.js",
"version": "1.2.0",
"description": "Simple imgcache.js wrapper for AngularJS",
"main": "angular-imgcache.js",
"scripts": {
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maistho/angular-imgcache.git"
},
"keywords": [
"AngularJS",
"imgcache.js",
"JavaScript"
],
"author": "Maistho <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maistho/angular-imgcache/issues"
},
"homepage": "https://github.com/maistho/angular-imgcache#readme",
"peerDependencies": {
"imgcache.js": "^1.0.0"
},
"devDependencies": {
"conventional-changelog-cli": "^1.3.2",
"cz-conventional-changelog": "^2.0.0",
"standard-version": "^4.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}