UNPKG

base-repository

Version:

[![Build Status](https://travis-ci.org/joehua87/base-repository.svg?branch=master)](https://travis-ci.org/joehua87/base-repository)

84 lines (83 loc) 2.46 kB
{ "name": "base-repository", "version": "0.7.0", "description": "", "main": "lib/index.js", "scripts": { "test-dev": "./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha -- 'tests/**/*.test.js' -t 10000", "test": "./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha -- 'tests/**/*.test.js' -t 10000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "compile": "babel -d lib/ src/", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/joehua87/base-repository.git" }, "keywords": [ "repository", "mongodb", "mongoose" ], "author": "joehua87", "license": "MIT", "bugs": { "url": "https://github.com/joehua87/base-repository/issues" }, "homepage": "https://github.com/joehua87/base-repository#readme", "bin": { "omit-nested": "./lib/bin/nest-omit.js" }, "dependencies": { "bluebird": "^3.2.2", "co-busboy": "^1.3.1", "co-fs-extra": "^1.2.1", "commander": "^2.9.0", "csvtojson": "^0.5.1", "glob": "^6.0.4", "lodash": "^3.10.1", "mkdirp": "^0.5.1", "moment": "^2.10.6", "mongodb": "^2.1.7", "mongoose": "^4.3.1", "slug": "^0.9.1", "thunkify-wrap": "^1.0.4", "validator": "^5.0.0", "yargs": "^3.32.0" }, "devDependencies": { "babel-cli": "^6.5.1", "babel-core": "^6.5.1", "babel-eslint": "^5.0.0-beta10", "babel-istanbul": "^0.6.0", "babel-plugin-flow-comments": "^6.3.19", "babel-plugin-transform-flow-comments": "^6.5.0", "babel-polyfill": "^6.5.0", "babel-preset-es2015": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.5.1", "chai": "^3.4.1", "chai-subset": "^1.2.0", "chai-things": "^0.2.0", "co": "^4.6.0", "co-fs-extra": "^1.1.0", "coveralls": "^2.11.6", "debug": "^2.2.0", "eslint": "^1.10.3", "eslint-config-airbnb": "^5.0.0", "eslint-plugin-babel": "^3.1.0", "faker": "^3.0.1", "fs-extra": "^0.26.5", "istanbul": "^0.4.1", "koa": "^1.1.0", "koa-bodyparser": "^2.0.1", "koa-json": "^1.1.1", "koa-qs": "^2.0.0", "koa-router": "^5.2.3", "lodash": "^3.10.1", "mocha": "^2.3.4", "mocha-lcov-reporter": "^1.0.0", "omit-deep": "^0.1.2", "supertest": "^1.1.0", "uuid": "^2.0.1" } }