mongoose-money
Version:
Money schema type for mongoose
55 lines • 1.39 kB
JSON
{
"name": "mongoose-money",
"version": "0.2.0",
"description": "Money schema type for mongoose",
"keywords": [
"mongoose",
"mongoose-plugin",
"money",
"currency",
"schematype",
"coin",
"exchange",
"monetary",
"convert",
"amount"
],
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/mongoose-money.git"
},
"author": {
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/mongoose-money/issues"
},
"homepage": "https://github.com/lykmapipo/mongoose-money",
"contributors": [{
"name": "lykmapipo",
"github": "https://github.com/lykmapipo"
}],
"devDependencies": {
"async": "^0.9.2",
"chai": "^2.2.0",
"faker": "^2.1.5",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^1.0.1",
"lodash": "^3.10.1",
"mocha": "^2.4.5",
"mongoose": "^4.3.7"
},
"dependencies": {
"moneyjs": "^0.3.0"
}
}