-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "jwd",
"private": true,
"version": "0.0.1",
"license": "GPL-3.0",
"title": "Just Write, Dammit",
"description": "A writing platform for getting work done.",
"keywords": ["writing", "books", "publishing", "authoring"],
"themeColor": "purple",
"homepage": "https://capnmidnight.github.io/JWD/",
"author": "Sean T. McBeth <[email protected]> (http://www.seanmcbeth.com)",
"twitter": "@Sean_McBeth",
"GoogleWebVROriginTrialToken": "<check back later>",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/capnmidnight/JWD"
},
"bugs": "https://github.com/capnmidnight/JWD/issues",
"dependencies": {
"azure-storage": "^0.10.0",
"iphone-inline-video": "^1.9.3",
"mime": "^1.3.4",
"opentok": "^2.4.0",
"primrose": "^0.28.0",
"socket.io": "^1.4.4"
},
"devDependencies": {
"notiontheory-basic-build": "^2.6.0",
"mocha": "latest"
},
"scripts": {
"start": "node server.js",
"test": "node server.js --mode=dev --path=.. --url=JWD/"
}
}