-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 999 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 999 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
{
"name": "Dialogues",
"version": "0.6.0",
"title": "Crafty Dialogues",
"author": {
"name": "Tomas Jurman",
"url": "http://tomasjurman.blogspot.cz/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.opensource.org/licenses/gpl-license.php"
}
],
"description": "The Crafty component that adds an entity a ability to carry conversation. As data source it uses JSON file. For building data source structure you can use prepared Dialogues builder tool (http://kibo.github.com/dialoguesBuilder/).",
"keywords": [
"dialogues",
"conversation",
"RPG",
"Dialogues builder",
"Crafty",
"javascript"
],
"jsfiddle" : "disable",
"homepage": "https://github.com/Kibo/CraftyDialogues",
"files": [
"WebContent/dialogues.js"
]
}