-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 912 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
{
"name": "@developmentseed/overtask",
"version": "0.3.1",
"description": "CLI/SDK to grab tasks from OSM tasking managers",
"main": "index.js",
"bin": {
"overtask": "bin/index.js"
},
"author": "Marc Farra <marcfarra@gmail.com>",
"license": "MIT",
"dependencies": {
"directory-command": "^4.2.0",
"dotenv": "^8.0.0",
"from2": "^2.3.0",
"p-limit": "^2.2.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"directories": {
"lib": "lib"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/developmentseed/overtask.git"
},
"keywords": [
"osm",
"tasking"
],
"bugs": {
"url": "https://github.com/developmentseed/overtask/issues"
},
"homepage": "https://github.com/developmentseed/overtask#readme"
}