-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
39 lines (39 loc) · 1.18 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
{
"devDependencies": {
"google-closure-deps": "^20220301.0.0"
},
"dependencies": {
"codemirror": "^5.65.4",
"google-closure-library": "^20220502.0.0"
},
"name": "wescheme",
"description": "WeScheme is an online programming environment based on DrRacket and Scheme. Like DrRacket, it provides an interactive evaluator and an interface for editing and running programs. In contrast to DrRacket, WeScheme evaluates on the browser with JavaScript. Its main audience is the Bootstrap curriculum, a middle-school curriculum for teaching algebra through programming.",
"version": "2.0.0",
"main": "index.js",
"directories": {
"doc": "doc",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bootstrapworld/wescheme.git"
},
"keywords": [
"bootstrap",
"wescheme",
"ide"
],
"author": "Emmanuel Schanzer",
"contributors": [
"Danny Yoo",
"Adam Solove"
],
"license": "CC-BY-NC-ND-2.5",
"bugs": {
"url": "https://github.com/bootstrapworld/wescheme/issues"
},
"homepage": "https://github.com/bootstrapworld/wescheme#readme"
}