summaryrefslogtreecommitdiff
path: root/www/lib/crypto-js/package.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-09-27 12:42:48 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-09-27 12:42:48 -0400
commit210e8feae2fb4842bfb2de38666e6c41671fef3c (patch)
treecbdafa34b1a6260bb20236d7e9de9eb1b690a1c5 /www/lib/crypto-js/package.json
parente7e7baeaad90229ccb3e0f45f4ebd77be7d79b14 (diff)
removed lib
Diffstat (limited to 'www/lib/crypto-js/package.json')
-rw-r--r--www/lib/crypto-js/package.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/www/lib/crypto-js/package.json b/www/lib/crypto-js/package.json
deleted file mode 100644
index 6cfc41d6..00000000
--- a/www/lib/crypto-js/package.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "crypto-js",
- "version": "3.1.6",
- "description": "JavaScript library of crypto standards.",
- "license": "MIT",
- "author": {
- "name": "Evan Vosberg",
- "url": "http://github.com/evanvosberg"
- },
- "homepage": "http://github.com/brix/crypto-js",
- "repository": {
- "type": "git",
- "url": "http://github.com/brix/crypto-js.git"
- },
- "keywords": [
- "security",
- "crypto",
- "Hash",
- "MD5",
- "SHA1",
- "SHA-1",
- "SHA256",
- "SHA-256",
- "RC4",
- "Rabbit",
- "AES",
- "DES",
- "PBKDF2",
- "HMAC",
- "OFB",
- "CFB",
- "CTR",
- "CBC",
- "Base64"
- ],
- "main": "index.js",
- "dependencies": {}
-}