forked from biwascheme/biwascheme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 707 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "biwascheme",
"description": "A practical Scheme interpreter written in JavaScript",
"version": "0.6.2",
"author": "Yutaka HARA <yutaka.hara.gmail.com> (http://twitter.com/yhara_en)",
"homepage": "http://www.biwascheme.org/",
"keywords": ["scheme", "lisp", "interpreter", "repl", "biwa"],
"repository":{
"type": "git",
"url": "git://github.com/biwascheme/biwascheme.git"
},
"main": "./release/node_biwascheme.js",
"dependencies" : {
"optparse" : "1.0.5",
"underscore" : "1.2.2",
"underscore.string" : "2.0.0"
},
"devDependencies": {
"express": "~4.10.4"
},
"bin": { "biwas": "./bin/biwas" }
}