UNPKG

strat2json

Version:

Converts Strat-O-Matic print (prt) file data to JSON

44 lines (43 loc) 1.1 kB
{ "name": "strat2json", "version": "0.1.0", "description": "Converts Strat-O-Matic print (prt) file data to JSON", "main": "index.js", "scripts": { "lint": "jshint index.js", "test": "mocha --reporter spec", "cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/brencon/strat2json.git" }, "keywords": [ "strat-o-matic", "stratomatic", "som", "print", "prt", "baseball", "data", "json" ], "author": "Brendan Conrad <brconrad@symitar.com> (https://twitter.com/symBrendan)", "license": "MIT", "bugs": { "url": "https://github.com/brencon/strat2json/issues" }, "homepage": "https://github.com/brencon/strat2json#readme", "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.12.0", "istanbul": "^0.4.5", "jshint": "^2.9.4", "mocha": "^3.2.0", "mocha-lcov-reporter": "^1.3.0" }, "dependencies": { "intake": "^0.2.8", "lodash": "^4.17.4" } }