-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 917 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
{
"name": "hello-superscript",
"version": "1.0.0",
"description": "A bot boilerplate to use for getting started with SuperScript",
"main": "index.js",
"scripts": {
"start": "mongod & DEBUG=* DEBUG_LEVEL=verbose node ./telnet.js",
"join": "rlwrap telnet 127.0.0.1 2000",
"reload": "./node_modules/.bin/parse -f && ./node_modules/.bin/cleanup --mongo telnetbot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/silentrob/hello-superscript.git"
},
"keywords": [
"Bots"
],
"author": "Rob Ellis",
"license": "MIT",
"bugs": {
"url": "https://github.com/silentrob/hello-superscript/issues"
},
"homepage": "https://github.com/silentrob/hello-superscript#readme",
"dependencies": {
"chokidar": "^1.6.1",
"mongoose": "^4.4.5",
"sfacts": "^0.2.1",
"superscript": "alpha"
}
}