-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 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
37
38
39
40
41
42
43
44
{
"name" : "irma",
"description" : "Interactive Robotic Messaging Assistant. It's a Yammer bot!",
"version" : "0.1.0",
"homepage" : "http://maxkueng.com/irma",
"repository" : {
"type" : "git",
"url" : "git://github.com/maxkueng/irma.git"
},
"author" : "Max Kueng <[email protected]> (http://maxkueng.com/)",
"dependencies" : {
"cron" : "0.1.2",
"datejs" : "0.0.2",
"moment" : "2.0.0",
"nodemailer" : "0.4.4",
"underscore" : "1.4.4",
"googleweather" : "0.1.0",
"express" : "2.5.9",
"ejs" : "0.7.2",
"node-uuid" : "1.3.3",
"jsdom" : "0.2.14",
"request" : "2.9.203",
"validator" : "0.4.9",
"natural" : "0.1.21",
"aspsms" : "0.1.1",
"fancy-timestamp" : "0.0.3",
"revjsion" : "https://github.com/manuelstofer/revjsion.git"
},
"devDependencies": {
"jslint" : "*"
},
"scripts" : {
"start" : "node src/bot.js"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/maxkueng/irma/raw/master/LICENSE"
}
],
"engines" : {
"node" : "*"
}
}