mongonaut
Version:
NodeJS wrapper for mongoimport
48 lines (47 loc) • 939 B
JSON
{
"name": "mongonaut",
"version": "3.0.0",
"description": "NodeJS wrapper for mongoimport",
"homepage": "https://github.com/otterthecat/mongonaut",
"bugs": "https://github.com/otterthecat/mongonaut/issues",
"author": {
"name": "Otter the Cat",
"email": "otc@otterthecat"
},
"files": [
"lib",
"index.js"
],
"engines": {
"node": ">=6.9.0"
},
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "ava test/*.js",
"posttest": "npm run lint",
"coverage": "nyc ava test/*.js"
},
"repository": {
"type": "git",
"url": "git@github.com:otterthecat/mongonaut.git"
},
"directories": {
"lib": "./lib"
},
"keywords": [
"mongodb",
"mongoimport",
"otc"
],
"license": "MIT",
"devDependencies": {
"ava": "^0.17.0",
"nyc": "^10.0.0",
"sinon": "^1.17.6",
"tap-nyan": "^1.1.0"
},
"dependencies": {
"spawngo": "2.0.0"
}
}