api-console-assets
Version:
This repo only exists to publish api console components to npm
29 lines (28 loc) • 587 B
JSON
{
"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"
]
}