mongo-dcms-core
Version:
core library of mongodb document content management system
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "mongo-dcms-core",
"version": "0.0.4",
"description": "core library of mongodb document content management system",
"main": "index.js",
"scripts": {
"test": "node node_modules/standard/bin/cmd && node node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RaykorTech/mongo-dcms-core.git"
},
"keywords": [
"dcms",
"cms",
"mongodb",
"document",
"versioning",
"history"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/RaykorTech/mongo-dcms-core/issues"
},
"homepage": "https://github.com/RaykorTech/mongo-dcms-core#readme",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/RaykorTech/mongo-dcms-core/LICENSE"
}
],
"devDependencies": {
"mocha": "^2.4.5",
"mongodb": "^2.1.16",
"should": "^8.3.0",
"standard": "^6.0.8"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"flat": "^2.0.0",
"gridfs-stream": "^1.1.1",
"lodash": "^4.8.2"
}
}