forked from apis-is/apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"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]"
}
],
"dependencies": {
"file": "~0.2.1",
"isn2wgs": "0.0.2",
"underscore": "~1.5.2",
"moment": "~2.1.0",
"xml2js": "~0.2.8",
"request": "~2.27.0",
"scraper": "0.0.9",
"jquery": "~1.8.3",
"redis": "~0.8.4",
"xregexp": "~2.0.0",
"cheerio": "~0.12.4",
"mocha": "~1.15.1",
"express": "~3.4.7",
"apis-helpers": "0.0.1"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha test/integration",
"unit-test": "node_modules/mocha/bin/mocha test/unit"
}
}