-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 931 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
34
35
36
37
38
39
40
41
{
"name": "LYT",
"version": "2.2.7",
"description": "A DAISY Online Delivery Protocol compatible book player for handheld devices",
"private": true,
"scripts": {
"watch": "npx coffee ./server.coffee",
"build:dev": "npx cake -d app",
"build": "npx cake -cmt app"
},
"directories": {
"doc": "doc"
},
"devDependencies": {
"body-parser": "^1.19.0",
"coffeelint": "^2.1.0",
"coffeescript": "~1.11.1",
"express": "^4.17.1",
"ftpkick": "~0.0.6",
"http-proxy": "~1.18.1",
"lyt-grinder": "~0.0.1",
"minify": "^6.0.1",
"morgan": "~1.10.0",
"optimist": "~0.6.1",
"q": "^1.0.1",
"request": "^2.88.2",
"uglify-js": "^3.12.0",
"w3cjs": "^0.4.0",
"watchr": "~2.4.11"
},
"repository": {
"type": "git",
"url": "https://github.com/Notalib/LYT.git"
},
"keywords": [
"DAISY",
"DTB"
],
"author": "Nota",
"license": "LGPL-3.0"
}