-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "railsponsibility",
"version": "0.3.0",
"description": "",
"author": {
"name": "Gianfranco Cecconi",
"email": "[email protected]",
"url": "http://www.digitalcontraptionsimaginarium.co.uk"
},
"contributors": [
{
"name": "Gianfranco Cecconi",
"email": "[email protected]"
}
],
"homepage": "https://dico.im/railsponsibility",
"repository": {
"type": "git",
"url": "git://github.com/Digital-Contraptions-Imaginarium/railsponsibility.git"
},
"bugs": {
"url": "https://github.com/Digital-Contraptions-Imaginarium/railsponsibility/issues?state=open"
},
"keywords": [
"rail",
"train",
"delay",
"delay replay",
"compensation"
],
"dependencies": {
"async": "0.2.10",
"async-cache": "0.1.5",
"cheerio": "^0.17.0",
"event-stream": "3.1.2",
"nano": "5.7.1",
"ntwitter": "0.5.0",
"request": "2.34.0",
"s3-upload-stream": "0.2.0",
"stompit": "0.18.1",
"underscore": "1.3.3",
"underscore.string": "2.3.3",
"yargs": "1.2.1"
},
"license": "CC-BY-SA 3.0",
"engines": {
"node": "0.10.26"
}
}