storygame-sample-nodejs
Version:
Learn to Code JavaScript (Node) with Story Game Programming
54 lines (53 loc) • 1.13 kB
JSON
{
"name": "storygame-sample-nodejs",
"version": "0.3.0",
"description": "Learn to Code JavaScript (Node) with Story Game Programming",
"main": "main.js",
"bin": {
"storygame-sample-nodejs": "./main.js"
},
"dependencies": {
"storyeng": "^0.5.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rob Muhlestein <rob@skilstak.com> (SkilStak, Inc.)",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/skilstak/storygame-sample-node.git"
},
"bugs": {
"url": "https://github.com/skilstak/storygame-sample-node/issues"
},
"keywords": [
"game",
"text",
"adventure",
"story",
"interactive",
"framework",
"api",
"education",
"edtech",
"writing",
"language",
"arts",
"creative",
"easy",
"beginner",
"terminal",
"command",
"line",
"book",
"learn",
"programming",
"coding",
"simple",
"basic",
"fiction"
],
"homepage": "https://github.com/skilstak/storygame-sample-node#readme"
}