forked from readium/readium-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (28 loc) · 796 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
{
"name": "Readium.js",
"title": "Readium Web Components",
"description": "Readium is an open-source ePub reader.",
"version": "0.1.0",
"devDependencies": {
"connect": "~2.9.0",
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-exec": "~0.4.2",
"grunt-notify": "~0.2.13",
"load-grunt-tasks": "~0.1.0"
},
"devDependenciesUnused": {
"grunt-cli": "~0.1.9 (Installed globally by the install script)",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4"
},
"homepage": "https://github.com/readium/readium-js",
"repository": {
"type": "git",
"url": "https://github.com/readium/readium-js.git"
},
"keywords": ["readium", "epub"]
}