mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
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.
25 lines
530 B
JSON
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"
|
|
}
|
|
]
|
|
}
|