UNPKG

@webantic/ejson

Version:

EJSON - Extended and Extensible JSON library from Meteor made compatible for Nodejs and Browserify

36 lines (35 loc) 785 B
{ "name": "@webantic/ejson", "version": "2.1.4", "description": "EJSON - Extended and Extensible JSON library from Meteor made compatible for Nodejs and Browserify", "main": "index.js", "scripts": { "test": "npm run build && mocha --check-leaks test.js", "prepublish": "npm run build", "update": "vendor/dl.sh", "build": "node build.js" }, "keywords": [ "EJSON", "Extended", "Extensible", "JSON", "Meteor", "ejson", "primus" ], "author": "Arnout Kazemier", "repository": { "type": "git", "url": "git://github.com/webantic/ejson.git" }, "license": "MIT", "dependencies": { "underscore": "~1.8.3" }, "devDependencies": { "assume": "~2.1.0", "mocha": "~5.2.0", "pre-commit": "~1.2.0" } }