Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Damon Oehlman committed Jan 7, 2013
0 parents commit bb0396e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.DS_Store
node_modules
28 changes: 28 additions & 0 deletions package.json
@@ -0,0 +1,28 @@
{
"name": "graphdb-orient",
"description": "OrientDB connector for graphdb node module",
"author": "Damon Oehlman <damon.oehlman@sidelab.com>",
"tags": [],
"version": "0.0.0",
"engines": {
"node": ">= 0.8.x < 0.9.0"
},
"dependencies": {
"async": "0.1.x",
"node-uuid": "1.4.x"
},
"devDependencies": {
"mocha": "1.7.x"
},
"repository": {
"type": "git",
"url": "git://github.com/DamonOehlman/graphdb.git"
},
"bugs": {
"url": "http://github.com/DamonOehlman/graphdb/issues"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"contributors": []
}

0 comments on commit bb0396e

Please sign in to comment.