adventure-runner
Version:
Runner util for nodeschool adventures
30 lines (29 loc) • 536 B
JSON
{
"name": "adventure-runner",
"version": "2.0.2",
"description": "Runner util for nodeschool adventures",
"license": "MIT",
"repository": "hemanth/adventure-runner",
"author": {
"name": "hemanth",
"email": "hemanth.hm@gmail.com",
"url": "h3manth.com"
},
"engines": {
"node": ">= 4"
},
"files": [
"index.js"
],
"keywords": [
"adventure",
"edutainment",
"education",
"workshop",
"nodeschool"
],
"dependencies": {
"adventure": "^2.11.0",
"caller": "^1.0.0"
}
}