shamjs
Version:
Mock data generator.
40 lines (39 loc) • 800 B
JSON
{
"name": "shamjs",
"version": "0.8.0",
"description": "Mock data generator.",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -w test/**/**.js",
"test:ci": "mocha test/**/**.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mosejs/shamjs.git"
},
"keywords": [
"mock",
"mockdata",
"fms",
"mose"
],
"author": "nimojs",
"license": "MIT",
"bugs": {
"url": "https://github.com/mosejs/shamjs/issues"
},
"homepage": "https://github.com/mosejs/shamjs#readme",
"dependencies": {
"extend": "^3.0.0",
"lodash.shuffle": "^4.2.0",
"unsplash": "^4.1.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"json-format": "^1.0.1",
"moment": "^2.18.1"
}
}