-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
37 lines (37 loc) · 959 Bytes
/
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": "demokit",
"version": "7.0.1",
"description": "DemoKit is an Library and Electron app for building product demos and tutorials using web technologies",
"main": "main.js",
"bin": {
"demokit": "./bin/demokit-cli.js"
},
"scripts": {
"postinstall": "node install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/runkit-open-source/demokit"
},
"keywords": ["video", "demos", "tutorials", "authoring"],
"author": "RunKit",
"contributors": [
{
"name": "Francisco Tolmasky",
"email": "[email protected]",
"web": "http://tolmasky.com"
},
{
"name": "Pieter Ouwerkerk",
"email": "[email protected]",
"web": "http://www.pieter.is"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/runkit-open-source/demokit/issues"
},
"homepage": "https://github.com/runkit-open-source/demokit#readme",
"dependencies": {
}
}