forked from pfleidi/ballz.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 702 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 702 Bytes
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
{ "name" : "ballz",
"description" : "A small and incomplete LISP interpreter for node",
"version" : "0.1.0",
"author" : "Sven Pfleiderer <sven@roothausen.de>, Dominik Hübner <conact@dhuebner.com>",
"directories" : { "lib" : "lib" },
"repository" : {
"type" : "git",
"url" : "http://github.com/pfleidi/ballz.js.git"
},
"bugs" : {
"web" : "http://github.com/pfleidi/ballz.js/issues"
},
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/pfleidi/ballz.js/raw/master/LICENSE"
}],
"dependencies" : {
"eyes" : ""
},
"devDependencies": {
"vows" : "",
"nodelint" : ""
},
"engines" : { "node": ">= 0.4.0" },
"main" : "index"
}