-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 908 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
44
45
46
47
{
"name": "ircc",
"version": "0.3.1",
"description": "IRC connection library.",
"main": "index.js",
"directories": {
"test": "test",
"lib": "lib"
},
"dependencies": {
"ircp": "~1.0.0"
},
"devDependencies": {
"LiveScript": "~1.1.1",
"mocha": "~1.12.0",
"chai": "~1.7.2",
"sinon-chai": "~2.4.0",
"gaze": "~0.4.1",
"mockery": "~1.4.0",
"coverage-badge": "0.0.5",
"q": "~0.9.6"
},
"engines": {
"node": ">=0.9.8"
},
"scripts": {
"build": "slake build",
"test": "slake test",
"coverage": "slake coverage",
"prepublish": "slake build"
},
"repository": {
"type": "git",
"url": "https://github.com/PPvG/node-ircc"
},
"keywords": [
"irc",
"chat",
"streams",
"sockets",
"network",
"modular",
"LiveScript"
],
"author": "Peter-Paul van Gemerden <[email protected]>",
"license": "BSD"
}