53 lines
1.0 KiB
JSON
53 lines
1.0 KiB
JSON
{
|
|
"name": "cryptalk",
|
|
"version": "1.2.0",
|
|
"description": "Encrypted HTML5/Node.JS instant chat",
|
|
"main": "server.js",
|
|
"subdomain": "cryptalk",
|
|
"analyze": true,
|
|
"preferGlobal": true,
|
|
"private": false,
|
|
"scripts": {
|
|
"test": "echo \"No tests written yet\" && exit 0",
|
|
"build": "nr.js -o requirejs.build.js",
|
|
"build:win": "r.js.cmd -o requirejs.build.js",
|
|
"test:lint": "eslint ./**/**/*.js",
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [
|
|
"cryptalk",
|
|
"fandango",
|
|
"crypto-js",
|
|
"AES",
|
|
"secure",
|
|
"html5",
|
|
"encryption",
|
|
"privacy"
|
|
],
|
|
"author": "Hexagon <Hexagon@GitHub>",
|
|
"contributors": [
|
|
{
|
|
"name": "Pehr Boman",
|
|
"email": "unkelpehr@gmail.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Hexagon/cryptalk.git"
|
|
},
|
|
"bin": "./server.js",
|
|
"dependencies": {
|
|
"serve": "^12.0.1",
|
|
"socket.io": "^4.2.0"
|
|
},
|
|
"os": [
|
|
"darwin",
|
|
"linux",
|
|
"win32"
|
|
],
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0"
|
|
}
|
|
}
|