jsmf
Version:
Model Management in javascript
40 lines (39 loc) • 845 B
JSON
{
"name": "jsmf",
"version": "0.10.0",
"description": "Model Management in javascript",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git@git.list.lu:model/jsmf.git"
},
"keywords": [
"Modelling",
"Model-Driven",
"Engineering",
"Model",
"Model Management"
],
"author": "Jean-Sebastien Sottet <jean-sebastien.sottet@list.lu> (http://www.list.lu/)",
"license": "MIT",
"dependencies": {
"jsmf-core": "~0.11.0",
"jsmf-check": "~0.6.0",
"jsmf-jstl": "~0.11.0",
"jsmf-magellan": "~0.8.2",
"jsmf-json": "~0.9.0",
"jsmf-neo4j": "~0.4.0"
},
"devDependencies": {
"eyes": "^0.1.8",
"lodash": "^4.13.1",
"mocha": "^3.0.2",
"should": "^11.1.0"
}
}