-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 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
{
"name": "ep_frontend_community",
"version": "0.0.1",
"description": "A closed pad system, with no public pads. The pad system is aranged in groups, evry pad is assigned to a group, just as users. Users can edit any pad of their groups and also create new group pads. This is also a frontend to manage users and groups.",
"main": "hooks.js",
"dependencies": {
"formidable": "1.0.14",
"connect": "2.4.x",
"emailjs": "0.3.12",
"crypto": "0.0.3",
"nodemailer": "0.5.2",
"mysql": "2.0.0-alpha9",
"express": "3.2.6"
},
"repository": {
"type": "git",
"url": "https://github.com/ckubu/ep_frontend_community"
},
"keywords": [
"etherpad-lite",
"ep frontend",
"user-management",
"group pads"
],
"author": {
"name": "Luke Slater",
"email": "[email protected]"
},
"license": "GPLv3",
"bugs": {
"url": "https://github.com/reality/ep_frontend_community/issues"
},
"homepage": "https://github.com/reality/ep_frontend_community",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}