loopback-seeder
Version:
Expressive fixtures generator for Loopback
32 lines (31 loc) • 716 B
JSON
{
"name": "loopback-seeder",
"description": "Expressive fixtures generator for Loopback",
"version": "0.2.0",
"main": "index.js",
"author": "Yuan Tao <towyuan@outlook.com>",
"repository": {
"type": "git",
"url": "https://github.com/taoyuan/loopback-seeder.git"
},
"scripts": {
"test": "NODE_ENV=test mocha test/**/*.test.js"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"dependencies": {
"bluebird": "^3.5.0",
"debug": "^2.6.6",
"faker": "^4.1.0",
"lodash": "^4.17.4",
"traverse": "^0.6.6",
"yamljs": "^0.2.10"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.3.0",
"sinon": "^2.1.0"
},
"license": "ISC"
}