-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 898 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
{
"name": "icey",
"version": "0.0.0",
"description": "IRC statistics and fun",
"main": "src/icey",
"bin": "bin/icey",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dinnerbone/icey.git"
},
"author": "Nathan \"Dinnerbone\" Adams",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Dinnerbone/icey/issues"
},
"homepage": "https://github.com/Dinnerbone/icey#readme",
"private": true,
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.2.2",
"mocha": "^3.0.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"commander": "^2.9.0",
"event-stream": "^3.3.4",
"mkdirp": "^0.5.1",
"moment": "^2.14.1",
"mz": "^2.4.0",
"progress": "^1.1.8",
"rimraf": "^2.5.4",
"xregexp": "^3.1.1"
}
}