UNPKG

reflib-json

Version:
32 lines (31 loc) 665 B
{ "name": "reflib-json", "version": "1.3.1", "description": "Reflib parser for JSON files", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/hash-bang/Reflib-JSON" }, "keywords": [ "reflib", "json", "references", "library", "parser" ], "author": "Matt Carter <m@ttcarter.com>", "license": "MIT", "bugs": { "url": "https://github.com/hash-bang/Reflib-JSON/issues" }, "homepage": "https://github.com/hash-bang/Reflib-JSON", "dependencies": { "async-chainable": "^2.6.1", "lodash": "^4.17.21" }, "devDependencies": { "chai": "^4.3.3", "mocha": "^8.3.1" } }