jsmf-jstl
Version:
Model transformation for JSTL
36 lines (35 loc) • 740 B
JSON
{
"name": "jsmf-jstl",
"version": "0.11.0",
"description": "Model transformation for JSTL",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/JS-MF/jsmf-jstl.git"
},
"keywords": [
"Modelling",
"Model-Driven",
"Engineering",
"Model",
"Transformation"
],
"author": "Jean-Sebastien Sottet <jean-sebastien.sottet@list.lu> (http://www.list.lu/)",
"license": "MIT",
"dependencies": {
"lodash": "^4.1.0",
"jsmf-core": "^0.11.0"
},
"devDependencies": {
"should": "^11.1.0",
"mocha": "^3.0.2",
"eyes": "^0.1.8",
"jsmf-magellan": "^0.7.0"
}
}