tgi-store-mongodb
Version:
45 lines (44 loc) • 848 B
JSON
{
"name": "tgi-store-mongodb",
"version": "0.0.23",
"description": "MongoDBStore",
"contributors": [
{
"name": "Sean Smith",
"email": "sean@tgicloud.com"
}
],
"dependencies": {
"mongodb": "*",
"tgi-spec": "*",
"tgi-utility": "*",
"tgi-core": "*"
},
"scripts": {
"test": "node spec/node-runner.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tgicloud/tgi-store-mongodb.git"
},
"keywords": [
"javascript",
"application",
"app",
"api",
"mongdb",
"framework"
],
"author": "Sean Smith <sean@tgicloud.com>",
"license": "MIT",
"devDependencies": {
"gulp": "*",
"gulp-concat": "*",
"gulp-jshint": "*",
"gulp-rename": "*",
"gulp-uglify": "*",
"jshint": "*",
"jshint-stylish": "*",
"minimatch": "*"
}
}