javascripting
Version:
Learn JavaScript by adventuring around in the terminal.
21 lines (20 loc) • 476 B
JSON
{
"name": "javascripting",
"description": "Learn JavaScript by adventuring around in the terminal.",
"version": "2.4.1",
"repository": {
"url": "https://github.com/sethvincent/javascripting.git"
},
"author": "sethvincent",
"bin": {
"javascripting": "./bin/javascripting"
},
"main": "./index.js",
"preferGlobal": true,
"dependencies": {
"colors": "^1.0.3",
"diff": "^1.2.1",
"workshopper-adventure": "^4.4.6"
},
"license": "MIT"
}