forked from jbmusso/grex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.12 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
{
"name": "grex",
"description": "Client for Rexster Graph Server",
"version": "0.6.6",
"keywords": [
"database",
"graph",
"tinkerpop",
"rexster",
"gremlin",
"blueprints"
],
"homepage": "https://github.com/gulthor/grex",
"author": [
{
"name": "Frank Panetta",
"email": "<[email protected]>"
},
{
"name": "Jean-Baptiste Musso",
"email": "<[email protected]>"
}
],
"contributors": [
{
"name": "Andreas Richter"
}
],
"repository": {
"type": "git",
"url": "https://github.com/gulthor/grex.git"
},
"bugs": {
"url": "https://github.com/gulthor/grex/issues"
},
"dependencies": {
"q": "0.9.x",
"inherits": "~2.0.1",
"lodash": "~2.4.1"
},
"license": "MIT",
"engines": {
"node": ">=0.6.0"
},
"main": "./index.js",
"devDependencies": {
"gulp": "^3.6.0",
"gulp-browserify": "~0.5.0",
"gulp-bump": "^0.1.8",
"gulp-jshint": "~1.5.1",
"gulp-mocha": "~0.4.1",
"gulp-rename": "~1.2.0",
"gulp-size": "~0.1.3",
"gulp-uglify": "~0.2.1",
"should": "~2.1.1"
}
}