-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 927 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": "ktbl-apis",
"version": "1.1.2",
"description": "A (scraping) API wrapper for the KTBL field working procedures",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Toffi-123/KTBL-APIs.git"
},
"keywords": [
"KTBL",
"API",
"Agriculture"
],
"author": "Christoph Pahmeyer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Toffi-123/KTBL-APIs/issues"
},
"homepage": "https://github.com/Toffi-123/KTBL-APIs#readme",
"dependencies": {
"async": "^2.6.1",
"fuzzaldrin": "^2.1.0",
"fuzzysort": "^1.1.4",
"js2xmlparser": "^3.0.0",
"jsdom": "^12.0.0",
"jsonexport": "^2.3.0",
"libxmljs-dom": "0.0.17",
"needle": "0.9.2",
"osmosis": "^1.1.8",
"urlencode": "^1.1.0"
}
}