-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
52 lines (52 loc) · 1.22 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "arango",
"version": "1.3.4",
"description": "ArangoDB javascript client",
"keywords": [
"arangodb",
"client",
"nosql"
],
"author": {
"name": "Anders Elo",
"email": "[email protected]",
"logo": "http://kaerus.com/images/kaerus_logo.png"
},
"contributors": [
"anders elo <[email protected]>",
"florian bartels <[email protected]>"
],
"dependencies": {
"micropromise": "0.4.6",
"base64": "git://github.com/kaerus-component/base64.git#0.1.0",
"urlparser": "git://github.com/kaerus-component/urlparser.git#0.3.9"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"should": "*",
"duo": "*",
"karma": "*",
"karma-mocha": "*",
"karma-chai": "*",
"js-beautify": "*",
"uglify-js": "~2.4",
"karma-spec-reporter": "*",
"karma-firefox-launcher": "*",
"karma-chrome-launcher": "*",
"yuidoc-bootstrap-theme": "*"
},
"engine": "node >= 0.10.0",
"bugs": {
"url": "https://github.com/triAGENS/ArangoDB-JavaScript/issues"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/kaerus-component/arango.git"
},
"main": "index.js",
"license": "APACHE2_0"
}