-
Notifications
You must be signed in to change notification settings - Fork 142
/
package.json
40 lines (40 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@workshoppers/scope-chains-closures",
"version": "1.0.5",
"description": "Javascript Scope Chains And Closures Workshop",
"main": "runner.js",
"bin": {
"scope-chains-closures": "runner.js",
"sccjs": "runner.js"
},
"engineStrict": true,
"preferGlobal": true,
"repository": "jesstelford/scope-chains-closures",
"bugs": "https://github.com/jesstelford/scope-chains-closures/issues",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"scope",
"scope chain",
"closure",
"hoisting",
"gc",
"garbage collection",
"nodeschool",
"workshopper"
],
"author": "Jess Telford <[email protected]> (http://jes.st)",
"license": "MIT",
"dependencies": {
"adventure": "github:workshopper/adventure#22dd8b8af46f27f6a7d2f095498170fd1ff676a3",
"adventure-verify": "^2.2.0",
"babel-core": "^5.4.3",
"escope": "^1.0.3",
"estraverse": "^4.1.0",
"msee": "^0.1.1"
},
"publishConfig": {
"access": "public"
}
}