UNPKG

463 BJSONView Raw
1{
2 "name": "javascripting",
3 "description": "Learn JavaScript by adventuring around in the terminal.",
4 "version": "2.0.0",
5 "repository": {
6 "url": "git://github.com/sethvincent/javascripting.git"
7 },
8 "author": "sethvincent",
9 "bin": {
10 "javascripting": "index.js"
11 },
12 "preferGlobal": true,
13 "dependencies": {
14 "cli-md": "^0.1.0",
15 "colors": "^1.0.3",
16 "diff": "^1.2.1",
17 "workshopper-adventure": "^3.0.2"
18 },
19 "license": "MIT"
20}