-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 784 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
{
"name": "lisp-bot",
"version": "0.0.0",
"description": "Mark Thuckerbot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"cli": "rlwrap node cli.js",
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/bsansouci/lisp-bot.git"
},
"keywords": [
"lisp"
],
"author": "Avery Morin (https://github.com/Schmavery/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bsansouci/lisp-bot/issues"
},
"homepage": "https://github.com/bsansouci/lisp-bot",
"dependencies": {
"facebook-chat-api": "git://github.com/schmavery/facebook-chat-api",
"firebase": "^2.2.4",
"request": "~2.53.0",
"rjson": "^0.2.4"
},
"devDependencies": {
"mocha": "^2.3.4"
}
}