-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 803 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 803 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
{
"name": "mogwai",
"version": "0.2.6",
"description": "Object-to-graph mapper for Node.js using Gremlin in Mongoose style (very alpha work)",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/gulthor/mogwai.git"
},
"keywords": [
"graph",
"gremlin",
"object-to-graph",
"object",
"modeling",
"database"
],
"author": "Jean-Baptiste Musso <jbmusso+github@gmail.com> (https://github.com/gulthor)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gulthor/mogwai/issues"
},
"dependencies": {
"grex": "^0.5.6",
"lodash": "^2.4.1"
},
"devDependencies": {
"mocha": "~1.13.0",
"should": "~1.3.0",
"gulp": "^3.6.0",
"gulp-mocha": "^0.4.1"
}
}