forked from apis-is/apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.89 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "apis.is",
"version": "0.3.0",
"main": "index.js",
"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",
"axios": "^0.9.1",
"babel": "^6.5.2",
"babel-core": "^6.7.4",
"babel-preset-es2015": "^6.5.0",
"cheerio": "~0.20.0",
"debug": "^2.2.0",
"express": "^4.13.4",
"express-metrics": "^1.1.0",
"file": "~0.2.2",
"iconv-lite": "^0.4.13",
"isn2wgs": "0.0.2",
"jquery": "^2.1.4",
"lodash": "^4.7.0",
"mocha": "~2.4.5",
"moment": "~2.12.0",
"redis": "2.5.3",
"request": "~2.69.0",
"scraper": "0.0.9",
"statuses": "^1.2.1",
"xml2js": "~0.4.16",
"xregexp": "~3.1.0"
},
"scripts": {
"start": "node index.js",
"test": "mocha --reporter=dot ./test",
"coveralls": "exit 0",
"lint": "eslint ."
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"eslint": "^2.6.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-import": "^1.4.0"
}
}