forked from apis-is/apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 886 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
{
"name": "apis.is",
"version": "0.3.0",
"author": {
"name": "Kristján Ingi Mikaelsson",
"email": "[email protected]"
},
"description": "A json wraper 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"
}
],
"dependencies": {
"file": "~0.2.1",
"isn2wgs": "0.0.1",
"underscore": "~1.5.1",
"moment": "~2.1.0",
"xml2js": "~0.2.8",
"express": "~3.3.8",
"cheerio": "~0.12.2",
"request": "~2.27.0",
"mocha": "~1.12.1",
"scraper": "0.0.9",
"jquery": "~1.8.3",
"cluster-master": "~0.1.2"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha test/integration"
}
}