-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 908 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
{
"name": "sugarlisp-core",
"description": "sugarlisp core is a simple lisp that all sugarlisp dialects extend from",
"keywords": [
"sugarlisp",
"lispyscript",
"lisp",
"javascript",
"language",
"compiler",
"transpiler"
],
"author": "Darren Cruse",
"contributors": ["Santosh Rajan", "Balaji Rao","Irakli Gozalishvili"],
"version": "0.6.7",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/darrencruse/sugarlisp-core/master/LICENSE"
}
],
"engines": {
"node": ">=0.4.0"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/darrencruse/sugarlisp-core",
"bugs": "https://github.com/darrencruse/sugarlisp-core/issues",
"repository": {
"type": "git",
"url": "git://github.com/darrencruse/sugarlisp-core.git"
},
"dependencies": {
"debug": ">=2.2.0",
"loophole": ">=1.0.0"
}
}