UNPKG

jsinf

Version:

A JSINF reference implementation

33 lines (32 loc) 693 B
{ "name": "jsinf", "version": "1.1.2", "description": "A JSINF reference implementation", "main": "jsinf.js", "bin": { "jsinf": "cli.js" }, "scripts": { "test": "mocha test --require test/helpers/chai.js --require test/helpers/loadTestFilesFn.js" }, "repository": { "type": "git", "url": "git+https://github.com/cmroanirgo/jsinf.git" }, "keywords": [ "JSON", "YAML", "JSINF", "INI" ], "author": "cmroanirgo", "license": "MIT", "bugs": { "url": "https://github.com/cmroanirgo/jsinf/issues" }, "homepage": "https://github.com/cmroanirgo/jsinf#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0" } }