-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 892 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
40
41
42
43
{
"name": "boter",
"version": "1.0.9",
"description": "A simple library for writing smooth IRC bots.",
"main": "index.js",
"directories": {
"test": "test",
"lib": "lib"
},
"dependencies": {
"irc": "~0.3.6",
"tiny": "0.0.8",
"mkdirp": "~0.3.5"
},
"devDependencies": {
"coffee-script": "~1.5.0",
"mocha": "~1.8.1",
"sinon": "~1.6.0",
"chai": "~1.5.0",
"sinon-chai": "~2.3.1",
"sandboxed-module": "~0.2.0",
"flour": "~0.4.11"
},
"scripts": {
"build": "cake build",
"test": "cake test",
"coverage": "cake coverage",
"prepublish": "cake build"
},
"keywords": [
"irc",
"bot",
"plugins",
"pluggable",
"coffee-script"
],
"author": "Peter-Paul van Gemerden <[email protected]>",
"license": "BSD",
"repository": {
"type": "git",
"url": "git://github.com/PPvG/node-boter.git"
}
}