-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 884 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
39
{
"name": "hosted-boric",
"version": "0.0.8",
"author": "Fernando Lores",
"keywords": "github hubot campfire bot",
"description": "A Hubot custom version",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ferlores/boric.git"
},
"dependencies": {
"hubot": "2.3.0",
"hubot-irc": "0.1.0",
"hubot-scripts": ">=2.0.8",
"mongodb": "1.0.x",
"optparse": "1.0.3",
"scoped-http-client": "*",
"request": "~2.10.0"
},
"devDependencies": {
"mocha": "1.3.x",
"coffee-script": "1.3.x"
},
"engines": {
"node": "0.6.x",
"npm": "1.0.x"
},
"subdomain": "boric",
"scripts": {
"start": "bin/boric",
"test": "./node_modules/mocha/bin/mocha --compilers coffee:coffee-script -R spec"
}
}