-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
30 lines (30 loc) · 992 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
{
"name": "sibilant",
"version": "0.5.6",
"keywords": [ "lisp", "javascript", "language" ],
"description": "javascript with a lisp",
"contributors": [ "Jacob Rothstein <[email protected]> (https://jbr.me)", "Matthew Phillips (https://www.matthewphillips.info/)", "Yuest Wang (https://yue.st/)", "Lyndon Tremblay (https://www.hoovy.org)", "David Sargeant (https://github.com/dubiousdavid)" ],
"repository": {
"type": "git",
"url": "https://github.com/jbr/sibilant.git"
},
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/jbr/sibilant/issues"
},
"bin": { "sibilant": "./bin/sibilant" },
"main": "./lib/sibilant.js",
"license": "MIT",
"devDependencies": {
"stool": ">=0.0.7",
"diff": ">=2.2.1",
"strip-ansi": ">=3.0.0",
"colors": ">=1.1.2"
},
"dependencies": {
"source-map": ">=0.5.3",
"source-map-support": ">=0.3.3",
"cardinal": ">=0.6.0"
},
"scripts": { "test": "bin/sibilant -x stool.sibilant -- test" }
}