-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.53 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "robot",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"dependencies": {
"addressparser": "^0.1.3",
"ansi-regex": "^2.0.0",
"ansi-styles": "^2.2.1",
"array-indexofobject": "^0.0.1",
"asap": "^2.0.5",
"asn1": "^0.2.3",
"assert-plus": "^1.0.0",
"asynckit": "^0.4.0",
"aws-sign2": "^0.6.0",
"aws4": "^1.5.0",
"bcrypt-pbkdf": "^1.0.0",
"bluebird": "^3.4.6",
"boom": "^2.10.1",
"caseless": "^0.11.0",
"chalk": "^1.1.3",
"co": "^4.6.0",
"combined-stream": "^1.0.5",
"commander": "^2.9.0",
"core-util-is": "^1.0.2",
"cryptiles": "^2.0.5",
"dashdash": "^1.14.0",
"delayed-stream": "^1.0.0",
"ecc-jsbn": "^0.1.1",
"ejs": "^2.5.2",
"escape-string-regexp": "^1.0.5",
"extend": "^3.0.0",
"extsprintf": "^1.0.2",
"feedparser": "^1.1.5",
"forever-agent": "^0.6.1",
"form-data": "^2.1.1",
"generate-function": "^2.0.0",
"generate-object-property": "^1.2.0",
"getpass": "^0.1.6",
"graceful-readlink": "^1.0.1",
"har-validator": "^2.0.6",
"has-ansi": "^2.0.0",
"hawk": "^3.1.3",
"hoek": "^2.16.3",
"http-signature": "^1.1.1",
"inherits": "^2.0.3",
"is-my-json-valid": "^2.15.0",
"is-property": "^1.0.2",
"is-typedarray": "^1.0.0",
"isarray": "^0.0.1",
"isstream": "^0.1.2",
"jodid25519": "^1.0.2",
"jsbn": "^0.1.0",
"json-schema": "^0.2.3",
"json-stringify-safe": "^5.0.1",
"jsonpointer": "^4.0.0",
"jsprim": "^1.3.1",
"mime-db": "^1.24.0",
"mime-types": "^2.1.12",
"node-uuid": "^1.4.7",
"nodemailer": "^2.6.4",
"oauth-sign": "^0.8.2",
"parse-rss": "^1.0.3",
"pinkie": "^2.0.4",
"pinkie-promise": "^2.0.1",
"promise": "^7.1.1",
"qs": "^6.3.0",
"readable-stream": "^1.0.34",
"request": "^2.76.0",
"sax": "^0.6.1",
"sntp": "^1.0.9",
"sshpk": "^1.10.1",
"string_decoder": "^0.10.31",
"stringstream": "^0.0.5",
"strip-ansi": "^3.0.1",
"supports-color": "^2.0.0",
"tough-cookie": "^2.3.1",
"tunnel-agent": "^0.4.3",
"tweetnacl": "^0.14.3",
"verror": "^1.3.6",
"xtend": "^4.0.1"
},
"devDependencies": {},
"scripts": {
"start": "node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gogoday/robot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gogoday/robot/issues"
},
"homepage": "https://github.com/gogoday/robot#readme"
}