-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
33 lines (33 loc) · 912 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
{
"name": "koha-coverflow-plugin",
"version": "2.4.47",
"previous_version": "2.4.46",
"description": "Koha CoverFlow Plugin",
"main": "index.js",
"dependencies": {
"datetime": "0.0.3",
"jsonfile": "^4.0.0",
"node-datetime": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-github-release": "^1.1.5",
"gulp-replace": "^0.5.4",
"gulp-run": "^1.7.1",
"gulp-zip": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bywatersolutions/koha-plugin-coverflow.git"
},
"author": "Kyle M Hall <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bywatersolutions/koha-plugin-coverflow/issues"
},
"homepage": "https://github.com/bywatersolutions/koha-plugin-coverflow#readme"
}