-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 834 Bytes
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
{
"name": "node-gis-wrapper",
"version": "0.0.2",
"description": "A node module for easy interaction with the EXPA API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AIESECGermany/node-gis-wrapper.git"
},
"keywords": [
"node",
"expa",
"wrapper",
"api"
],
"author": "Lukas Ehnle (https://github.com/ocjojo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AIESECGermany/node-gis-wrapper/issues"
},
"homepage": "https://github.com/AIESECGermany/node-gis-wrapper#readme",
"peerDependencies": {
"request": "^2.34"
},
"dependencies": {
"request": "^2.79.0",
"yapl": "ocjojo/YAPL"
},
"devDependencies": {
"request-debug": "^0.2.0"
}
}