forked from apisio/apis.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 949 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
{
"name": "github.haufe-lexware.apisio",
"version": "1.0.0",
"description": "[APIs.io](http://apis.io) is an experimental API Search service to help discover APIs on the web.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"3scale": "0.6.1",
"@babel/runtime": "^7.0.0-beta.42",
"geoip-lite": "1.1.3",
"graceful-fs": "^4.1.11",
"keen.io": "0.1.2",
"minimatch": "^3.0.4",
"tv4": "1.0.18",
"tv4-formats": "0.5.0",
"ua-parser": "0.3.3",
"urijs": "^1.19.1",
"vcard": "0.0.9"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haufe-Lexware/apis.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Haufe-Lexware/apis.io/issues"
},
"homepage": "https://github.com/Haufe-Lexware/apis.io#readme"
}