node-fit-model
Version:
Checks whether an object is fits into a model.
37 lines (36 loc) • 754 B
JSON
{
"name": "node-fit-model",
"version": "0.1.7",
"description": "Checks whether an object is fits into a model.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4"
},
"scripts": {
"test": "mocha \"test/*Test.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsuz/node-fit-model.git"
},
"keywords": [
"Model",
"model",
"development",
"MDP",
"REST",
"API",
"E2E"
],
"author": "Taku Suzuki <tak215@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tsuz/node-fit-model/issues"
},
"homepage": "https://github.com/tsuz/node-fit-model#readme"
}