UNPKG

mdb-parse-node

Version:

A simple Node implementation of mdb-tools

31 lines (30 loc) 644 B
{ "name": "mdb-parse-node", "version": "1.0.5", "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.8.5" } }