-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 828 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
{
"name": "ktu-ebook2pdf",
"version": "1.0.0",
"description": "Allows Kaunas University of Technology students to download ebooks",
"main": "scripts.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/candylifter/KTUeBook2PDF.git"
},
"author": "Martynas Kadiša",
"license": "MIT",
"bugs": {
"url": "https://github.com/candylifter/KTUeBook2PDF/issues"
},
"homepage": "https://github.com/candylifter/KTUeBook2PDF#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-requirejs": "^0.1.3",
"gulp-requirejs-optimize": "^1.2.0",
"gulp-uglify": "^2.0.0",
"jquery": "^3.1.0",
"jspdf": "^1.2.61",
"pump": "^1.0.1"
}
}