-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 896 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 896 Bytes
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
{
"author": "Michael Westbom <totallymike@gmail.com> (http://github.com/totallymike)",
"contributors": [
{ "name": "Valter Strods",
"email": "thatvalterguy@gmail.com",
"url": "https://github.com/thatvalterguy"
}
],
"preferGlobal": true,
"name": "ircnode",
"description": "Simple, extensible IRC bot",
"version": "0.1.4",
"main" : "./lib/ircnode.js",
"homepage": "http://github.com/totallymike/ircnode",
"bugs": { "url" : "http://github.com/totallymike/ircnode/issues" },
"repository": {
"type": "git",
"url": "git://github.com/totallymike/ircnode.git"
},
"engines": {
"node": ">=0.6.11"
},
"bin": { "ircnode": "./bin/app.js" },
"scripts": {
"postinstall": "node ./util/install.js",
"test": "node ./test/test.js"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {
"daemon": ">=0.4.1"
}
}