forked from workshopper/workshopper-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 678 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 678 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
{
"name": "workshopper-exercise",
"version": "3.0.1",
"description": "An exercise runner component for the Workshopper framework",
"main": "./exercise.js",
"author": "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
"repository": {
"type": "git",
"url": "https://github.com/rvagg/workshopper-exercise.git"
},
"scripts": {
"test": "tape test/*.js"
},
"license": "MIT",
"dependencies": {
"after": "~0.8.1",
"chalk": "^1.1.1",
"i18n-core": "^3.0.0",
"split": "^1.0.0",
"through2": "^2.0.0",
"tuple-stream": "0.0.2",
"wcstring": "^2.1.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"tape": "^4.2.0"
}
}