-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (35 loc) · 1.07 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
{
"name" : "bitbot",
"version" : "0.1.1",
"contributors" : ["Jay Zeschin <[email protected]>", "Jeremy Jackson <[email protected]>"],
"repository" : { "type": "git", "url": "https://github.com/modeset/bitbot.git" },
"bugs" : { "url": "https://github.com/modeset/bitbot/issues" },
"license" : { "type": "MIT", "url": "https://github.com/modeset/bitbot/blob/master/MIT.LICENSE" },
"bin" : "./bin/botstrap",
"engines": {
"node": "0.8.10",
"npm": "1.2.x"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script"
},
"dependencies": {
"coffee-script": "~1.1.2",
"underscore": "~1.4",
"request": "2.27.0",
"campfire": "git+https://github.com/tristandunn/node-campfire.git#159c7d" ,
"redis-url": "0.1.0",
"eval": "0.1.0",
"mustache": "0.7.3",
"moment": "2.4.0",
"wit-node": "0.0.5",
"sentiment": "0.1.0",
"node-whois": "0.2.0",
"node-hue-api": "0.2.2",
"unofficial-nest-api": "0.1.4"
},
"devDependencies": {
"mocha": "1.13.0",
"chai": "1.8.1"
}
}