forked from brownplt/pyret-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1000 Bytes
/
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
41
42
43
44
{
"name": "pyret-lang",
"version": "0.0.0",
"description": "The Pyret programming language",
"main": "build/phase0/main-wrapper.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"dependencies": {
"jasmine-node": "1.14.2",
"sweet.js": "~0.4.2",
"jquery": "~2.1.0",
"ses": "~0.0.0",
"requirejs": "~2.1.15",
"q": "~1.0.1",
"lodash": "~2.4.1",
"s-expression": "~2.2.0",
"seedrandom": "~2.3.10",
"CodeMirror": "git://github.com/jpolitz/CodeMirror"
},
"devDependencies": {},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/brownplt/pyret-lang"
},
"keywords": [
"programming",
"language",
"education",
"scripting",
"functional"
],
"author": "Joe Gibbs Politz",
"license": "Apache2",
"bugs": {
"url": "https://github.com/brownplt/pyret-lang/issues"
},
"homepage": "https://github.com/brownplt/pyret-lang"
}