forked from JohnMcLear/ep_page_view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 911 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 911 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
38
39
40
41
42
{
"name": "ep_script_page_view",
"version": "0.0.1",
"keywords": [
"page view",
"pv",
"preview",
"overview",
"page break",
"break",
"new page"
],
"description": "Add support to do 'page view' for movie scripts. Based on ep_page_view project from Etherpad (https://github.com/ether/ep_page_view).",
"contributors": [
{
"name": "John McLear",
"email": "john@mclear.co.uk",
"url": "http://mclear.co.uk"
},
{
"name": "Robin Buse",
"email": "me@factor.cc",
"url": "https://factor.cc/"
},
{
"name": "Luiza Pagliari",
"email": "lpagliari@gmail.com"
},
{
"name": "Joas Souza",
"email": "joassouzasantos@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/storytouch/ep_script_page_view.git"
},
"dependencies": {},
"engines": {
"node": "*"
}
}