-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
57 lines (57 loc) · 1.25 KB
/
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
48
49
50
51
52
53
54
55
56
57
{
"name": "NexBot",
"description": "Node.js IRC bot",
"version": "0.0.0",
"homepage": "https://github.com/HackThis/NexBot",
"keywords": [
"IRC",
"Bot"
],
"repository": {
"type": "git",
"url": "https://github.com/Hackthis/NexBot.git"
},
"author": {
"name": "Hack This",
"email": "[email protected]",
"url": "http://hackthis.github.io/NexBot"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/HackThis/NexBot/blob/master/LICENSE.md"
}
],
"main": "main",
"engines": {
"node": ">=0.6"
},
"scripts": {
"test": "grunt",
"travis": "grunt travis"
},
"devDependencies": {
"chai": "*",
"grunt": "0.4.x",
"grunt-blanket": "0.0.8",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "0.9.x",
"grunt-coveralls": "^0.3.0",
"grunt-mocha-test": "0.9.x",
"mocha-lcov-reporter": "0.0.1",
"nock": "^0.36.2",
"sinon": "^1.10.2"
},
"dependencies": {
"bars": "https://github.com/jstrace/bars/tarball/master",
"bitly": "1.2.x",
"irc": "0.3.x",
"lastfm": "0.9.x",
"mathjs": "0.18.x",
"mysql": "2.1.x"
},
"readme": "",
"readmeFilename": "README.md"
}