UNPKG

emcellent-toolkit

Version:

A toolkit for performing neat functions with M/MUMPS data.

39 lines 1.1 kB
{ "name": "emcellent-toolkit", "version": "0.0.1", "description": "A toolkit for performing neat functions with M/MUMPS data.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/mmccall/eMcellent-toolkit.git" }, "keywords": [ "M", "MUMPS", "VistA" ], "author": "Matthew McCall", "license": "Apache 2.0", "bugs": { "url": "https://github.com/mmccall/eMcellent-toolkit/issues" }, "homepage": "https://github.com/mmccall/eMcellent-toolkit", "dependencies": { "lodash": "^3.9.x", "emcellent": "^0.0.x" }, "devDependencies": { "mocha": "~2.0.1", "chai": "~1.10.0", "grunt": "~0.4.5", "diff": "~1.3.2", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-watch": "~0.6.1", "grunt-jsbeautifier": "~0.2.8", "grunt-mocha-test": "~0.12.7", "grunt-contrib-uglify": "~0.4.0", "grunt-browserify": "~3.3.0", "istanbul": "~0.3.5", "coveralls": "~2.11.2" } }