jsmf-check
Version:
Constraints language and verification for JSMF models
37 lines (36 loc) • 781 B
JSON
{
"name": "jsmf-check",
"version": "0.6.1",
"description": "Constraints language and verification for JSMF models",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/JS-MF/jsmf-check.git"
},
"keywords": [
"Model",
"Management",
"Verification",
"Constraint"
],
"dependencies": {
"lodash": "^4.1.0",
"propCheckers": "^0.5.1"
},
"devDependencies": {
"assert": "^1.3.0",
"jsmf-core": "^0.11.0",
"jsmf-jstl": "^0.11.0",
"jsmf-magellan": "^0.8.2",
"mocha": "^3.0.2",
"should": "^11.1.0"
},
"author": "Nicolas Biri <nicolas.biri@list.lu> (http://list.lu/)",
"license": "MIT"
}