forked from apis-is/apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 833 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
{
"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" : {
"restify": "2.4.x",
"request": "2.11.x",
"jquery": "1.8.x",
"scraper" : "0.0.9",
"moment": "2.0.0",
"file": "0.1.x",
"xml2js": "0.2.x",
"mocha": "~1.8.2",
"cheerio": "0.10.x",
"isn2wgs": "0.0.1"
},
"scripts":{
"test": "find ./test -name '*.js' | xargs mocha -R spec"
}
}