UNPKG

ejson

Version:

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

38 lines (37 loc) 913 B
{ "name": "ejson", "version": "2.2.3", "description": "EJSON - Extended and Extensible JSON library from Meteor made compatible for Nodejs and Browserify", "main": "index.js", "scripts": { "test": "mocha --check-leaks test.js", "update": "node vendor/download.js && webpack" }, "keywords": [ "EJSON", "Extended", "Extensible", "JSON", "Meteor", "ejson", "primus" ], "author": "Arnout Kazemier", "repository": { "type": "git", "url": "git://github.com/primus/ejson.git" }, "license": "MIT", "devDependencies": { "@babel/core": "~7.18.10", "@babel/preset-env": "~7.18.10", "assume": "~2.3.0", "babel-loader": "~8.2.0", "babel-plugin-add-module-exports": "~1.0.2", "babel-plugin-import-to-require": "~1.0.0", "mocha": "~10.0.0", "pre-commit": "~1.2.0", "webpack": "~5.74.0", "webpack-cli": "~4.10.0" } }