jsmf-json
Version:
Javascript Modelling Framework serialization
39 lines (38 loc) • 845 B
JSON
{
"name": "jsmf-json",
"version": "0.9.0",
"description": "Javascript Modelling Framework serialization",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git@git.list.lu:jsmf/jsmf-json.git"
},
"keywords": [
"Modelling",
"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.1.0",
"circular-json": "^0.3.1",
"uuid": "^2.0.1"
},
"devDependencies": {
"jsmf-core": "git+ssh://git@git.list.lu:jsmf/jsmf-core.git#0.10.0",
"should": "^11.1.0",
"assert": "^1.3.0",
"mocha": "^3.0.2"
}
}