forked from Alamantus/Dialogger
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 935 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
38
39
40
41
{
"name": "Dialogger",
"main": "app.js",
"description": "A simple cross-platform dialogue graph editor.",
"version": "0.1.0",
"author": "Robbie Antenesse <[email protected]>",
"contributors": [
{
"name": "Evan Todd",
"email": "[email protected]",
"url": "http://etodd.io"
}
],
"scripts": {
"start": "./node_modules/.bin/electron ."
},
"repository": {
"type": "git",
"url": "https://[email protected]/Alamantus/dialogger.git"
},
"keywords": [
"dialogue",
"conversation",
"choices"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Alamantus/dialogger/issues"
},
"homepage": "https://github.com/Alamantus/dialogger",
"dependencies": {
"backbone": "~1.3.3",
"jointjs": "~0.9.10",
"jquery": "~2.2.4",
"lodash": "~3.10.1",
"ui-contextmenu": "~1.11.0"
},
"devDependencies": {
"electron-prebuilt": "~1.2.5"
}
}