-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 904 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
{
"name": "Kyrie",
"version": "0.0.0",
"author": {
"name": "Kyebego",
"url": "https://go.KIBI.family/"
},
"license": "GPL-3.0-or-later",
"description": "🌄🎼 A scripting engine for dialogue and text",
"homepage": "https://github.com/marrus-sh/Kyrie#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/marrus-sh/Kyrie.git"
},
"bugs": "https://github.com/marrus-sh/Kyrie/issues",
"devDependencies": {
"Roost": "git+https://github.com/marrus-sh/Roost.git#0.1.0",
"chai": "^4.2.0",
"mocha": "^5.2.0"
},
"directories": {
"doc": "./Sources",
"example": "./Demo",
"lib": "./Build",
"test": "./Tests"
},
"browser": "Build/Kyrie.js",
"scripts": {
"prepare": "cake build",
"test": "mocha --require coffeescript/register --file \"./Tests/kyrie.coffee\" --recursive \"./Tests/*.coffee\" --reporter dot"
}
}