forked from workshopper/javascripting
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
21 lines (21 loc) · 501 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 501 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "javascripting",
"description": "Learn JavaScript by adventuring around in the terminal.",
"version": "2.6.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",
"promise": "^7.1.1",
"diff": "^1.2.1",
"workshopper-adventure": "^6.0.3"
},
"license": "MIT"
}