moringa
Version:
Kamboja helper for MongooseJS
58 lines (57 loc) • 1.38 kB
JSON
{
"name": "moringa",
"version": "0.5.0-alpha.c55018ae",
"description": "Kamboja helper for MongooseJS",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kambojajs/kamboja.git"
},
"keywords": [
"kamboja",
"mongoose",
"typescript",
"decorator",
"async",
"await"
],
"author": "Ketut Sandiarsa <ktutnik@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kambojajs/kamboja/issues"
},
"homepage": "http://kambojajs.com",
"dependencies": {
"@types/mongoose": "^4.7.20",
"@types/shortid": "0.0.29",
"kamboja-foundation": "0.5.0-alpha.c55018ae",
"kecubung": "0.5.0-alpha.c55018ae",
"mongoose": "^4.11.7",
"shortid": "^2.2.8",
"tslib": "^1.7.1"
},
"devDependencies": {
"@types/babylon": "^6.16.2",
"@types/chai": "^4.0.3",
"@types/mocha": "^2.2.41",
"babylon": "^6.17.4",
"chai": "^4.1.1",
"coveralls": "^2.13.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3.0.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.1",
"mocha": "^3.5.0",
"run-sequence": "^2.1.0",
"supertest": "^3.0.0",
"tslint": "^5.6.0",
"typescript": "^2.4.2"
}
}