forked from snyk/sequelize-encrypted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 883 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "sequelize-encrypted",
"version": "1.1.1",
"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 <[email protected]>",
"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.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.22.0",
"babel-preset-es2015": "6.22.0",
"babel-polyfill": "6.22.0",
"babel-register": "6.22.0",
"mocha": "3.2.0",
"pg": "6.0.1",
"sequelize": "4.44.0"
}
}