UNPKG

node-mongoose-fixtures

Version:
39 lines (38 loc) 889 B
{ "name": "node-mongoose-fixtures", "version": "0.3.0", "description": "Easy way to create mongoose fixtures.", "main": "index.js", "scripts": { "pretest": "./node_modules/.bin/jshint *.js lib", "test": "./node_modules/.bin/mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/kennethklee/node-mongoose-fixtures.git" }, "keywords": [ "mongoose", "test", "fixtures" ], "author": "Kenneth Lee <kennethkl@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/kennethklee/node-mongoose-fixtures/issues" }, "homepage": "https://github.com/kennethklee/node-mongoose-fixtures", "files": [ "index.js", "lib" ], "dependencies": { "async": "~0.2.10" }, "devDependencies": { "mongoose": "~3.8.8", "mockgoose": "~1.7.7", "mocha": "~1.18.0", "jshint": "~2.5.0" } }