{
  "name": "cryptojs-lib",
  "description": "Web component wrapper for cryptojs lib",
  "version": "0.1.0",
  "license": "Apache-2.0 OR CC-BY-4.0",
  "authors": [
    "The Advanced REST client authors <arc@mulesoft.com>"
  ],
  "keywords": [
    "web-components",
    "polymer",
    "CryptoJS"
  ],
  "private": true,
  "main": "cryptojs-lib.html",
  "repository": {
    "type": "git",
    "url": "git@github.com:advanced-rest-client/cryptojs-lib.git"
  },
  "dependencies": {
    "cryptojslib": "^3.1.2"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components"
  ]
}
