UNPKG

mongo-milestone

Version:

*A life-saving little tool to work around the lack of ACID Transactions in MongoDB*

47 lines (46 loc) 1.31 kB
{ "name": "mongo-milestone", "version": "1.0.10", "description": "", "main": "dist/index.js", "scripts": { "test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive", "test:watch": "npm run test -- --watch", "start": "babel-node index.js", "build": "babel src --plugins transform-es2015-modules-commonjs --out-dir dist", "build:watch": "nodemon --ignore dist --exec npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/altenorjr/mongo-milestone.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/altenorjr/mongo-milestone/issues" }, "homepage": "https://github.com/altenorjr/mongo-milestone#readme", "dependencies": { "babel-plugin-transform-es2015-modules-commonjs": "^6.16.0", "moment": "^2.15.1", "mongodb": "^2.2.10", "q": "^1.4.1", "serialize-error": "^2.0.0" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-preset-es2015": "^6.14.0", "chai": "^3.5.0", "chai-as-promised": "^5.3.0", "mocha": "^3.0.2", "nodemon": "^1.10.2", "sinon": "^1.17.6", "sinon-as-promised": "^4.0.2" }, "babel": { "plugins": [ "transform-es2015-modules-commonjs" ] } }