UNPKG

dr-seeder

Version:
45 lines (44 loc) 1.11 kB
{ "name": "dr-seeder", "version": "0.1.3", "description": "Seed data with ease", "repository": { "type": "git", "url": "https://github.com/DrMongo/dr-seeder.git" }, "license": "MIT", "keywords": [ "mongoDb", "data", "seed", "meteor" ], "options": { "mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js" }, "scripts": { "prepublish": ". ./scripts/prepublish.sh", "lint": "eslint ./src", "lintfix": "eslint ./src --fix", "testonly": "mocha $npm_package_options_mocha", "test": "npm run lint && npm run testonly", "test-watch": "npm run testonly -- --watch --watch-extensions js" }, "devDependencies": { "nodemon": "1.7.x", "mocha": "2.x.x", "chai": "3.x.x", "eslint": "1.7.x", "babel-eslint": "4.x.x", "eslint-plugin-babel": "2.x.x", "babel-cli": "6.x.x", "babel-core": "6.x.x", "babel-polyfill": "6.x.x", "babel-preset-es2015": "6.x.x", "babel-preset-stage-2": "6.x.x", "babel-plugin-transform-runtime": "6.x.x" }, "dependencies": { "babel-runtime": "6.x.x" } }