-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 906 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 906 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
{
"name": "simple-arangorm",
"version": "0.0.7",
"description": "Simple Arango ORM",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HungryUp/simple-arangorm-js.git"
},
"keywords": [
"arangoDB"
],
"author": "HungryUp",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/HungryUp/simple-arangorm-js/issues"
},
"homepage": "https://github.com/HungryUp/simple-arangorm-js#readme",
"dependencies": {
"aqb": "^2.1.0",
"arangojs": "^6.0.1",
"dashify": "^1.0.0",
"joi": "^13.1.2",
"lodash.clone": "^4.5.0",
"lodash.merge": "^4.6.1",
"lodash.pick": "^4.4.0"
},
"devDependencies": {
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
}
}