-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
33 lines (33 loc) · 899 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-plugin-kitchen-sink",
"version": "2.1.30",
"previous_version": "2.1.29",
"description": "Koha Kitchen Sink Plugin",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-github-release": "^1.1.5",
"gulp-run": "^1.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bywatersolutions/koha-plugin-kitchen-sink.git"
},
"author": "Kyle M Hall <kyle@bywatersolutions.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bywatersolutions/koha-plugin-kitchen-sink/issues"
},
"homepage": "https://github.com/bywatersolutions/koha-plugin-kitchen-sink#readme",
"dependencies": {
"datetime": "0.0.3",
"jsonfile": "^4.0.0",
"node-datetime": "^2.0.0"
},
"overrides": {
"graceful-fs": "^4.2.9"
}
}