forked from github/hubot-scripts
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 869 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 869 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
34
35
36
37
38
39
{
"name": "hubot-1stdibs",
"description": "1stdibs Custom Hubot Scripts",
"version": "7.5.2",
"author": "1stdibs.com",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/1stdibs/hubot-scripts.git"
},
"keywords": [
"hubot"
],
"dependencies": {
"async": "^2.0.0",
"colors": "0.6.x",
"date-utils": "1.2.x",
"githubot": "0.4.x",
"gitio": "1.0.x",
"gitio2": "^2.0.0",
"google-spreadsheet": "^2.0.3",
"htmlparser": "1.7.6",
"jquery": "1.8.2",
"jsdom": "0.6.x",
"moment": "^2.14.1",
"optimist": "0.6.x",
"q": "^1.0.1",
"redis": "0.8.2",
"request": "^2.72.0",
"scoped-http-client": "0.9.x",
"sonos": "^0.8.0",
"soupselect": "0.2.x",
"underscore": "1.4.x",
"underscore.string": "2.3.x"
},
"engines": {
"node": ">=0.10"
}
}