-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 790 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 790 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
36
37
38
39
{
"name": "fastango3",
"description": "A fast poc arangodb client for Node.js(R)",
"keywords": [
"fastango",
"arangodb",
"poc",
"http",
"client",
"API"
],
"main": "fastango.js",
"author": {
"name": "Manuel Baesler",
"email": "baslr.at.github@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/baslr/fastango3.git"
},
"bugs": {
"url": "https://github.com/baslr/fastango3/issues"
},
"homepage": "https://github.com/baslr/fastango3",
"engines": {
"node": ">=6.0.0"
},
"licenses": [
{
"type": "AGPLv3",
"url": "https://www.gnu.org/licenses/agpl-3.0.de.html"
}
],
"readmeFilename": "README.md",
"dependencies": {
"request-easy": "^2.0.2"
},
"version": "3.3.0"
}