node-ice
Version:
NodeJS Information Concealment Engine (ICE) algorithm
38 lines (37 loc) • 806 B
JSON
{
"name": "node-ice",
"description": "NodeJS Information Concealment Engine (ICE) algorithm",
"version": "1.1.1",
"homepage": "https://github.com/DSergiu/node-ice",
"author": {
"name": "Danalachi Sergiu",
"url": "https://github.com/DSergiu"
},
"repository": {
"type": "git",
"url": "https://github.com/DSergiu/node-ice.git"
},
"license": "MIT",
"scripts": {
"build": "tsc",
"example": "ts-node src/example.ts"
},
"main": "dist/IceKey.js",
"private": false,
"engines": {
"node": ">=6.9.0 <7.0.0"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^8.0.9",
"ts-node": "^3.1.0",
"typescript": "^2.3.2"
},
"keywords": [
"Information Concealment Engine",
"ICE",
"decrypt",
"entsccrypt",
"security"
]
}