-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1002 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
{
"name": "SockMon",
"version": "2.0.0",
"description": "Monitor for sockbot",
"main": "index.js",
"scripts": {
"start": " node --harmony --harmony_arrow_functions index.js",
"test": "node --harmony node_modules/istanbul-harmony/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/yamikuronue/SockMon.git"
},
"author": "SockDrawer",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamikuronue/SockMon/issues"
},
"homepage": "https://github.com/yamikuronue/SockMon",
"devDependencies": {
"chai": "^3.2.0",
"istanbul-harmony": "^0.3.16",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"request": "^2.60.0"
},
"dependencies": {
"async-eventemitter": "^0.2.2",
"bcryptjs": "^2.2.0",
"handlebars": "^3.0.3",
"hapi": "^8.8.0",
"hapi-auth-basic": "^3.0.0",
"node-persist": "0.0.6",
"sockbot": "git://github.com/SockDrawer/SockBot#es6-dev"
}
}