-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 916 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 916 Bytes
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
34
35
36
37
38
{
"name": "encrypted-attr",
"version": "1.1.0",
"description": "Encrypted model attributes in your favourite ORM.",
"author": "Simon Ratner (https://github.com/simonratner)",
"engines": {
"node": ">=4.0"
},
"keywords": [
"attr_encrypted",
"encrypted",
"attribute",
"property",
"model",
"orm"
],
"dependencies": {
"lodash": "^4.17.4",
"safe-buffer": "^5.1.1"
},
"devDependencies": {
"mocha": "^3.5.0",
"mocha-standard": "^1.0.0",
"standard": "^10.0.3",
"unexpected": "^10.33.2"
},
"optionalDependencies": {},
"scripts": {
"test": "mocha -R spec --recursive"
},
"homepage": "https://github.com/simonratner/node-encrypted-attr",
"repository": {
"type": "git",
"url": "https://github.com/simonratner/node-encrypted-attr.git"
},
"bugs": "https://github.com/simonratner/node-encrypted-attr/issues",
"license": "MIT"
}