File: bower.json

Recommend this page to a friend!
  Classes of Jason Gerfen   secStore.js   bower.json   Download  
File: bower.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 bower.json
Date: 2 years ago
Size: 530 bytes
 

Contents

Class file image Download
{ "name": "crypt.io", "main": "dist/crypt.io.min.js", "version": "1.0.7", "license": "MIT", "homepage": "https://github.com/jas-/crypt.io", "authors": [ "jas- <jason.gerfen@gmail.com>" ], "description": "Transparent encrypted browser storage", "keywords": [ "HTML5", "storage", "storage.js", "encryption", "decryption", "crypto", "sessionStorage", "localStorage", "cookies", "AES", "crypt.io", "secStore.js" ], "dependencies": { "sjcl": "~1.0.6" } }