Files
Pete Cooper c6e834bf3b Adding cryptico
Source: https://github.com/wwwtyro/cryptico/archive/master.zip

Background: https://github.com/cdnjs/cdnjs/issues/2090

Converted file timestamp to Unix epoch, then prepended with 0.0.* to
fit semver numbering. There is a possibility that this software will be
released with 0.0.1 version at some stage, which will throw this
numbering scheme out of whack.
2014-02-05 07:27:02 +00:00

25 lines
530 B
JSON

{
"name": "cryptico",
"filename": "cryptico.min.js",
"version": "0.0.1343522940",
"description": "An easy-to-use encryption system utilizing RSA and AES for javascript.",
"homepage": "http://wwwtyro.github.com/cryptico",
"keywords": [
"aes",
"encryption",
"javascript",
"rsa"
],
"maintainers": [
{
"name": "wwwtyro"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/wwwtyro/cryptico.git"
}
]
}