forked from workshopper/workshopper-adventure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 KB
/
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
{
"name": "workshopper-adventure",
"version": "4.6.2",
"description": "A terminal workshop runner framework (adventure compatible)",
"main": "./index.js",
"author": "Martin Heidegger <martin.heidegger@gmail.com> (https://github.com/martinheidegger)",
"repository": {
"type": "git",
"url": "https://github.com/workshopper/workshopper-adventure.git"
},
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"colors-tmpl": "~1.0.0",
"combined-stream": "1.0.5",
"commandico": "^2.0.2",
"i18n-core": "^2.1.1",
"latest-version": "^2.0.0",
"mkdirp": "~0.5.1",
"msee": "^0.3.2",
"rimraf": "^2.5.2",
"simple-terminal-menu": "^1.1.3",
"split": "^1.0.0",
"string-to-stream": "^1.1.0",
"through2": "^2.0.1"
},
"bugs": {
"url": "https://github.com/workshopper/workshopper-adventure/issues"
},
"homepage": "https://github.com/workshopper/workshopper-adventure",
"directories": {
"example": "examples"
},
"devDependencies": {
"workshopper-exercise": "^2.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}