forked from workshopper/workshopper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 925 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": "workshopper",
"version": "2.2.0",
"description": "A terminal workshop runner framework",
"main": "./workshopper.js",
"author": "Rod Vagg <[email protected]> (https://github.com/rvagg)",
"repository": {
"type": "git",
"url": "https://github.com/rvagg/workshopper.git"
},
"license": "MIT",
"dependencies": {
"chalk": "~0.4.0",
"colors-tmpl": "~0.1.0",
"i18n-core": "^1.3.2",
"map-async": "~0.1.1",
"mkdirp": "~0.3.5",
"msee": "~0.1.1",
"optimist": "~0.6.1",
"terminal-menu": "^1.0.2",
"visualwidth": "~0.0.1",
"xtend": "~3.0.0"
},
"bugs": {
"url": "https://github.com/rvagg/workshopper/issues"
},
"homepage": "https://github.com/rvagg/workshopper",
"directories": {
"example": "examples"
},
"devDependencies": {
"workshopper-exercise": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}