2014-09-24 06:23:07 -04:00
|
|
|
{
|
2019-09-16 14:33:40 -04:00
|
|
|
"name": "cryptalk",
|
2021-10-02 15:34:22 -04:00
|
|
|
"version": "1.2.0",
|
2019-09-16 14:33:40 -04:00
|
|
|
"description": "Encrypted HTML5/Node.JS instant chat",
|
|
|
|
"main": "server.js",
|
2014-09-24 06:27:05 -04:00
|
|
|
"subdomain": "cryptalk",
|
|
|
|
"analyze": true,
|
2014-09-25 07:08:34 -04:00
|
|
|
"preferGlobal": true,
|
2014-09-25 04:56:04 -04:00
|
|
|
"private": false,
|
2021-10-02 19:05:05 -04:00
|
|
|
"scripts": {
|
2021-10-03 15:20:27 -04:00
|
|
|
"test": "echo \"No tests written yet\" && exit 0",
|
2021-10-07 15:54:51 -04:00
|
|
|
"build": "nr.js -o requirejs.build.js",
|
2021-10-03 15:20:27 -04:00
|
|
|
"build:win": "r.js.cmd -o requirejs.build.js",
|
2021-10-07 15:54:51 -04:00
|
|
|
"test:lint": "eslint ./**/**/*.js",
|
2021-10-03 15:20:27 -04:00
|
|
|
"start": "node server.js"
|
2021-10-02 19:05:05 -04:00
|
|
|
},
|
2014-09-24 06:23:07 -04:00
|
|
|
"keywords": [
|
|
|
|
"cryptalk",
|
|
|
|
"fandango",
|
|
|
|
"crypto-js",
|
|
|
|
"AES",
|
|
|
|
"secure",
|
2016-01-03 19:34:16 -05:00
|
|
|
"html5",
|
|
|
|
"encryption",
|
|
|
|
"privacy"
|
2014-09-24 06:23:07 -04:00
|
|
|
],
|
|
|
|
"author": "Hexagon <Hexagon@GitHub>",
|
2019-09-16 14:33:40 -04:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Pehr Boman",
|
|
|
|
"email": "unkelpehr@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2014-09-24 06:23:07 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-09-24 06:27:39 -04:00
|
|
|
"url": "git://github.com/Hexagon/cryptalk.git"
|
2014-09-24 06:23:07 -04:00
|
|
|
},
|
2019-09-16 14:33:40 -04:00
|
|
|
"bin": "./server.js",
|
2014-09-24 06:23:07 -04:00
|
|
|
"dependencies": {
|
2021-10-02 15:34:22 -04:00
|
|
|
"serve": "^12.0.1",
|
|
|
|
"socket.io": "^4.2.0"
|
2014-09-24 06:23:07 -04:00
|
|
|
},
|
|
|
|
"os": [
|
|
|
|
"darwin",
|
|
|
|
"linux",
|
|
|
|
"win32"
|
|
|
|
],
|
2021-10-07 15:54:51 -04:00
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.32.0"
|
|
|
|
}
|
2014-09-24 06:23:07 -04:00
|
|
|
}
|