-
Notifications
You must be signed in to change notification settings - Fork 319
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1001 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1001 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
{
"name": "inky",
"productName": "Inky",
"version": "0.4.0",
"description": "An editor for ink",
"main": "main-process/main.js",
"scripts": {
"postinstall": "node ../build/createDocumentnavigation.js && markdown-html resources/Documentation/WritingWithInk.md -s resources/Documentation/documentation.css -o renderer/documentation/embedded.html",
"start": "electron main-process/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inkle/inky.git"
},
"keywords": [
"ink",
"narrative",
"editor"
],
"author": "inkle Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/inkly/inky/issues"
},
"homepage": "http://www.inklestudios.com/ink",
"devDependencies": {
"electron-prebuilt": "^0.37.8",
"spectron": "^3.2.6",
"markdown-html": "^0.0.8"
},
"dependencies": {
"chokidar": "^1.6.0",
"inkjs": "^1.1.0",
"lodash": "^4.13.1",
"mkdirp": "^0.5.1",
"randomstring": "^1.1.5"
}
}