sequelize-encrypted
Version:
encrypted sequelize fields
33 lines • 878 B
JSON
{
"name": "sequelize-encrypted",
"version": "1.0.0",
"description": "encrypted sequelize fields",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/defunctzombie/sequelize-encrypted.git"
},
"keywords": [
"sequelize",
"encrypted"
],
"author": "Roman Shtylman <shtylman@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/defunctzombie/sequelize-encrypted/issues"
},
"homepage": "https://github.com/defunctzombie/sequelize-encrypted",
"devDependencies": {
"babel-plugin-transform-async-to-generator": "6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.10.3",
"babel-polyfill": "6.9.1",
"babel-preset-es2015": "6.9.0",
"babel-register": "6.9.0",
"mocha": "2.0.1",
"pg": "6.0.1",
"sequelize": "3.23.4"
}
}