Update package.json

- Added pcrypt
- Updated version
This commit is contained in:
Felix 2016-08-20 19:07:43 +02:00
parent 2b0ef8281c
commit 3562af2a4e

View File

@ -1,6 +1,6 @@
{
"name": "POGOServer",
"version": "0.3.4",
"version": "0.3.5",
"description": "",
"repository": {
"type": "git",
@ -32,7 +32,8 @@
"path": "^0.12.7",
"directory-tree": "^1.1.0",
"nodegit": "^0.14.1",
"fs-extra": "^0.30.0"
"fs-extra": "^0.30.0",
"pcrypt": "git+https://github.com/laverdet/pcrypt.git"
},
"devDependencies": {}
}