jsmf-core
Version:
Javascript Modelling Framework
37 lines (36 loc) • 738 B
JSON
{
"name": "jsmf-core",
"version": "0.12.0",
"description": "Javascript Modelling Framework",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/JS-MF/jsmf-core.git"
},
"keywords": [
"Modeling",
"Model-Driven",
"Engineering",
"Model",
"Transformation",
"Model",
"Management"
],
"author": "Jean-Sebastien Sottet <jean-sebastien.sottet@list.lu> (http://www.list.lu/)",
"license": "MIT",
"dependencies": {
"lodash": "^4.15.0",
"uuid": "^2.0.3"
},
"devDependencies": {
"assert": "^1.3.0",
"mocha": "^11.1.0",
"should": "^11.1.0"
}
}