File: package.json

Recommend this page to a friend!
  Classes of Jason Gerfen   secStore.js   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: secStore.js
Store data securely using AES encryption
Author: By
Last change: Update of package.json
Date: 2 years ago
Size: 571 bytes
 

Contents

Class file image Download
{ "name": "crypt.io", "version": "1.0.8", "description": "Encryption enabled browser storage", "main": "dist/crypt.io.min.js", "repository": "https://github.com/jas-/crypt.io", "author": "Jas- <jason.gerfen@gmail.com>", "license": "MIT", "keywords": [ "HTML5", "storage", "storage.js", "encryption", "decryption", "crypto", "sessionStorage", "localStorage", "cookies", "AES", "crypt.io", "secStore.js" ], "bugs": "https://github.com/jas-/crypt.io/issues", "dependencies": { "sjcl": "~1.0.7" } }