forked from apis-is/apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.48 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
{
"name": "apis.is",
"version": "0.3.0",
"author": {
"name": "Kristján Ingi Mikaelsson",
"email": "[email protected]"
},
"description": "A json wrapper around publicly open data in Iceland",
"repository": {
"type": "git",
"url": "https://github.com/kristjanmik/apis.git"
},
"contributors": [
{
"name": "Arnór Heiðar Sigurðsson",
"email": "[email protected]"
},
{
"name": "Ragnar Þór Valgeirsson (rthor)",
"email": "[email protected]",
"url": "http://rthor.is"
},
{
"name": "Baldur Már Helgason",
"email": "[email protected]"
},
{
"name": "Benedikt D Valdez (benediktvaldez)",
"email": "[email protected]",
"url": "http://bdvs.info"
},
{
"name": "Kristján Oddsson (koddsson)",
"email": "[email protected]",
"url": "https://koddsson.com"
},
{
"name": "Alexander Baldvin",
"email": "[email protected]"
}
],
"dependencies": {
"apis-helpers": "0.0.1",
"cheerio": "~0.12.4",
"express": "~3.20.1",
"file": "~0.2.1",
"iconv-lite": "^0.4.13",
"isn2wgs": "0.0.2",
"jquery": "^2.1.4",
"mocha": "~1.15.1",
"moment": "~2.1.0",
"redis": "~0.8.4",
"request": "~2.27.0",
"scraper": "0.0.9",
"underscore": "~1.5.2",
"xml2js": "~0.2.8",
"xregexp": "~2.0.0"
},
"scripts": {
"test": "mocha test/integration",
"coveralls": "exit 0"
}
}