UNPKG

mdb-parse

Version:

A simple Node implementation of mdb-tools

26 lines (25 loc) 622 B
{ "name": "mdb-parse", "version": "1.0.4", "description": "A simple Node implementation of mdb-tools", "keywords": ["mdb-tools", "mdb", "accdb", "msaccess"], "main": "index.js", "repository" : { "type" : "git", "url" : "https://github.com/1withforce/node_mdb_parse.git" }, "bugs":{ "url" : "https://github.com/1withforce/node_mdb_parse/issues" }, "scripts": { "test": "mocha", "start": "node index.js" }, "author": "Aaron Olinger <aaron.olinger@gmail.com>", "license": "ISC", "dependencies": { "mocha": "^4.1.0", "papaparse": "^4.3.6", "shelljs": "^0.7.8" } }