forked from ether/ep_comments_page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 764 Bytes
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
{
"description": "Adds comments on sidebar and link it to the text. For no-skin use ep_page_view.",
"name": "ep_comments_page",
"version": "0.1.5",
"author": {
"name": "Nicolas Lescop",
"email": "limplementeur@gmail.com"
},
"contributors": [
{
"name": "Nicolas Lescop",
"email": "limplementeur@gmail.com"
},
{
"name": "John McLear",
"email": "john@mclear.co.uk"
},
{
"name": "Luiza Pagliari",
"email": "lpagliari@gmail.com"
}
],
"dependencies": {
"formidable": "*",
"socket.io-client": "*"
},
"devDependencies": {
"request": "*"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/ether/ep_comments"
}
}