File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " javascripting" ,
33 "description" : " Learn JavaScript by adventuring around in the terminal." ,
44 "version" : " 2.7.3" ,
5- "repository" : {
6- "url" : " https://github.com/workshopper/javascripting"
7- },
85 "author" : " sethvincent" ,
96 "bin" : {
107 "javascripting" : " ./bin/javascripting"
118 },
12- "main" : " ./index.js" ,
13- "preferGlobal" : true ,
149 "dependencies" : {
1510 "colors" : " ^1.4.0" ,
1611 "diff" : " ^4.0.2" ,
1712 "workshopper-adventure" : " ^6.1.0"
1813 },
19- "license" : " MIT" ,
2014 "devDependencies" : {
2115 "standard" : " ^14.3.3" ,
2216 "workshopper-adventure-test" : " ^1.2.0"
2317 },
18+ "license" : " MIT" ,
19+ "main" : " ./index.js" ,
20+ "preferGlobal" : true ,
21+ "repository" : {
22+ "url" : " https://github.com/workshopper/javascripting"
23+ },
2424 "scripts" : {
2525 "test" : " standard && workshopper-adventure-test"
2626 }
You can’t perform that action at this time.
0 commit comments