-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
60 lines (60 loc) · 1.21 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
53
54
55
56
57
58
59
60
{
"name": "grex",
"description": "Client for Rexster Graph Server",
"version": "0.8.0",
"keywords": [
"database",
"graph",
"tinkerpop",
"rexster",
"gremlin",
"blueprints"
],
"homepage": "https://github.com/jbmusso/grex",
"author": [
{
"name": "Frank Panetta",
"email": "<frank.panetta@entrendipity.com.au>"
},
{
"name": "Jean-Baptiste Musso",
"email": "<jbmusso+github@gmail.com>"
}
],
"contributors": [
{
"name": "Andreas Richter"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jbmusso/grex.git"
},
"bugs": {
"url": "https://github.com/jbmusso/grex/issues"
},
"dependencies": {
"JSONStream": "^0.10.0",
"gremlin-script": "^1.1.0",
"inherits": "~2.0.1",
"lodash": "~2.4.1",
"request": "^2.49.0"
},
"license": "MIT",
"engines": {
"node": ">=0.6.0"
},
"main": "./src/grex.js",
"devDependencies": {
"browserify": "^8.1.1",
"gulp": "^3.6.0",
"gulp-bump": "^0.1.8",
"gulp-mocha": "^2.0.0",
"gulp-rename": "~1.2.0",
"gulp-size": "^1.2.0",
"gulp-uglify": "^1.1.0",
"should": "^4.6.1",
"vinyl-transform": "^1.0.0",
"yargs": "^1.3.3"
}
}