-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 882 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
{
"name": "choir",
"version": "0.0.8",
"description": "An enhanced node REPL",
"author": "Dale Jung <[email protected]>",
"main": "lib/choir.js",
"bin": {
"choir": "./bin/cmd.js",
"choir-server": "./bin/server.js",
"choir-client": "./bin/client.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dalejung/choir.git"
},
"keywords": [
"repl"
],
"dependencies": {
"app-module-path": "^2.2.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"browser-resolve": "^1.11.3",
"browserify": "^16.2.2",
"fibers": "^2.0.2",
"jsdom": "^11.11.0",
"q": "^1.5.1",
"ws": "^5.2.2",
"xmlhttprequest": ">= 1.6.0 < 2.0.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/dalejung/choir/issues"
},
"homepage": "https://github.com/dalejung/choir",
"license": "ISC"
}