UNPKG

jsmf-magellan

Version:

Navigation module for jsmf

37 lines (36 loc) 726 B
{ "name": "jsmf-magellan", "version": "0.8.2", "description": "Navigation module for jsmf", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha --recursive", "preversion": "npm test" }, "repository": { "type": "git", "url": "git@git.list.lu:jsmf/jsmf-magellan.git" }, "keywords": [ "Modelling", "Model-Driven", "Engineering", "Model", "Transformation", "Model", "Management" ], "author": "Nicolas Biri <nicolas.biri@list.lu> (http://www.list.lu/)", "license": "MIT", "dependencies": { "lodash": "^4.1.0", "jsmf-core": "^0.11.0" }, "devDependencies": { "mocha": "^3.0.2", "should": "^11.1.0" } }