Move openpgp dependency to devDependencies in package.json

This commit is contained in:
Tankred Hase 2015-03-18 14:11:24 +01:00
parent 518ceec0ef
commit 1d57b004d1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,6 @@
"express": "^4.8.3", "express": "^4.8.3",
"morgan": "^1.2.3", "morgan": "^1.2.3",
"npmlog": "^0.1.1", "npmlog": "^0.1.1",
"openpgp": "^1.0.0",
"socket.io": "^1.0.6" "socket.io": "^1.0.6"
}, },
"devDependencies": { "devDependencies": {
@ -68,6 +67,7 @@
"mailreader": "~0.4.0", "mailreader": "~0.4.0",
"mocha": "^1.21.4", "mocha": "^1.21.4",
"ng-infinite-scroll": "~1.1.2", "ng-infinite-scroll": "~1.1.2",
"openpgp": "^1.0.0",
"pgpbuilder": "~0.6.0", "pgpbuilder": "~0.6.0",
"pgpmailer": "~0.9.0", "pgpmailer": "~0.9.0",
"sinon": "~1.7.3", "sinon": "~1.7.3",