forked from LordEidi/fennel.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.11 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
41
42
43
44
45
46
47
48
{
"name": "fennel",
"author": {
"name": "LordEidi from SwordLord - the coding crew",
"email": "<[email protected]>",
"url": "http://swordlord.com/"
},
"description": "Fennel is a lightweight CardDAV / CalDAV server",
"keywords": [
"caldav",
"carddav",
"lightweight"
],
"license": "GPL-3.0",
"version": "0.2.0-beta",
"main": "server.js",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/LordEidi/fennel/issues"
},
"scripts": {
"test": "tape test/*.js"
},
"homepage": "https://github.com/LordEidi/fennel",
"repository": {
"type": "git",
"url": "https://github.com/LordEidi/fennel.git"
},
"dependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"express-winston": "^1.4.1",
"htdigest": "^2.0.2",
"htpasswd": "^2.1.2",
"http-auth": "^2.1.9",
"libxmljs": "^0.14.2",
"log4js": "^0.6.9",
"node-regexp": "^0.1.1",
"sequelize": "^3.3.2",
"sqlite3": "^3.0.8",
"winston": "^2.2.0",
"xml2js": "^0.4.9"
},
"devDependencies": {
"tape": "^4.0.1",
"request": "^2.65.0"
}
}