@carbon-io/mongodb-extended-json
Version:
MongoDB Extended JSON.
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "@carbon-io/mongodb-extended-json",
"description": "MongoDB Extended JSON.",
"version": "1.6.5-ml",
"author": "Lucas Hrabovsky <hrabovsky.lucas@gmail.com> (http://imlucas.com)",
"license": "Apache-2.0",
"homepage": "http://github.com/mongodb-js/extended-json",
"repository": {
"type": "git",
"url": "git://github.com/mongodb-js/extended-json.git"
},
"keywords": [
"mongodb",
"mongodb-js",
"ejson",
"bson",
"extended-json"
],
"scripts": {
"fmt": "mongodb-js-fmt",
"test": "mocha",
"ci": "npm run check",
"check": "mongodb-js-precommit"
},
"precommit": [
"check"
],
"dependencies": {
"JSONStream": "1.x",
"async": "1.x",
"bson": "0.5.x",
"event-stream": "3.x",
"lodash.isfunction": "3.x",
"lodash.transform": "3.x",
"moment": "2.x",
"raf": "3.x"
},
"devDependencies": {
"debug": "2.x",
"eslint-config-mongodb-js": "2.x",
"mocha": "2.5.x",
"mongodb-js-fmt": "0.x",
"mongodb-js-precommit": "0.x",
"mongodb-schema": "4.x",
"pre-commit": "1.x"
}
}