-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "libraries_bookreader",
"version": "4.5.1",
"description": "CCA Libraries implementation of Open Library Bookreader",
"main": "index.html",
"scripts": {
"build": "grunt build",
"watch": "grunt watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cca/libraries_bookreader.git"
},
"keywords": [
"bookreader",
"flipbook",
"ebook",
"artist's books"
],
"author": "phette23 <[email protected]> (http://phette.net)",
"license": "ECL-2.0",
"bugs": {
"url": "https://github.com/cca/libraries_bookreader/issues"
},
"homepage": "https://github.com/cca/libraries_bookreader#readme",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-usemin": "^3.1.1",
"http-server": "^14.1.1",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^7.0.1"
}
}