embedd
Version:
Check if identity is embedded.
34 lines (33 loc) • 711 B
JSON
{
"name": "embedd",
"version": "0.2.0",
"description": "Check if identity is embedded.",
"main": "embedd.deploy.js",
"support": "embedd.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"check",
"identity",
"embedded",
"embedd"
],
"homepage": "https://github.com/volkovasystems/embedd",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"eqe": "^0.5.0",
"falzy": "^0.23.0",
"idntty": "^0.4.0",
"stringe": "^0.5.0"
}
}