UNPKG

archives

Version:

MongoDB transactional wrapper for Node.js applications.

34 lines (33 loc) 714 B
{ "name": "archives", "version": "0.0.1", "description": "MongoDB transactional wrapper for Node.js applications.", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "node ./tests/archives.spec.js" }, "repository": { "type": "git", "url": "https://github.com/ktstowell/archives.git" }, "keywords": [ "npm", "mongodb" ], "author": "Ken Stowell", "license": "ISC", "bugs": { "url": "https://github.com/ktstowell/archives/issues" }, "homepage": "https://github.com/ktstowell/archives", "devDependencies": { "assert": "^1.3.0", "chalk": "^1.0.0", "mongodb": "^2.0.27", "q": "^1.2.0", "vows": "^0.8.1" } }