2020-10-23 14:35:53 -06:00
|
|
|
{
|
|
|
|
"name": "doipjs",
|
2021-04-23 02:25:25 -06:00
|
|
|
"version": "0.12.0",
|
2020-11-06 13:53:23 -07:00
|
|
|
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
2020-10-23 14:35:53 -06:00
|
|
|
"main": "src/index.js",
|
2020-10-24 03:19:35 -06:00
|
|
|
"dependencies": {
|
2021-03-25 04:32:03 -06:00
|
|
|
"@xmpp/client": "^0.12.0",
|
|
|
|
"@xmpp/debug": "^0.12.0",
|
2020-10-24 09:24:38 -06:00
|
|
|
"bent": "^7.3.12",
|
2021-04-19 03:41:59 -06:00
|
|
|
"browser-or-node": "^1.3.0",
|
2021-03-25 04:32:03 -06:00
|
|
|
"cors": "^2.8.5",
|
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"express": "^4.17.1",
|
2021-04-19 03:41:59 -06:00
|
|
|
"express-validator": "^6.10.0",
|
2021-03-25 04:32:03 -06:00
|
|
|
"irc-upd": "^0.11.0",
|
|
|
|
"jsdom": "^16.5.1",
|
2020-11-05 17:16:39 -07:00
|
|
|
"merge-options": "^3.0.3",
|
2020-12-07 17:33:36 -07:00
|
|
|
"openpgp": "^4.10.9",
|
2021-03-05 09:07:08 -07:00
|
|
|
"query-string": "^6.14.1",
|
2021-04-19 03:41:59 -06:00
|
|
|
"valid-url": "^1.0.9",
|
|
|
|
"validator": "^13.5.2"
|
2020-10-24 03:19:35 -06:00
|
|
|
},
|
2020-10-23 14:35:53 -06:00
|
|
|
"devDependencies": {
|
2021-04-20 08:42:16 -06:00
|
|
|
"browserify": "^17.0.0",
|
2020-12-09 17:56:34 -07:00
|
|
|
"browserify-shim": "^3.8.14",
|
2020-10-23 14:35:53 -06:00
|
|
|
"chai": "^4.2.0",
|
2020-10-24 12:33:48 -06:00
|
|
|
"chai-as-promised": "^7.1.1",
|
2020-10-24 14:25:00 -06:00
|
|
|
"chai-match-pattern": "^1.2.0",
|
2021-04-24 04:15:58 -06:00
|
|
|
"clean-jsdoc-theme": "^3.2.4",
|
2021-04-20 08:42:16 -06:00
|
|
|
"jsdoc": "^3.6.6",
|
2020-10-23 14:35:53 -06:00
|
|
|
"license-check-and-add": "^3.0.4",
|
2020-11-05 04:14:26 -07:00
|
|
|
"minify": "^6.0.1",
|
2021-03-25 04:32:03 -06:00
|
|
|
"mocha": "^8.2.0",
|
2021-04-20 08:42:16 -06:00
|
|
|
"nodemon": "^2.0.7",
|
|
|
|
"prettier": "^2.1.2"
|
2020-10-23 14:35:53 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-04-20 08:42:16 -06:00
|
|
|
"release:bundle": "./node_modules/.bin/browserify ./src/index.js --full-paths --standalone doip -x openpgp -x jsdom -x @xmpp/client -x @xmpp/debug -x irc-upd -o ./dist/doip.js",
|
|
|
|
"release:minify": "./node_modules/.bin/minify ./dist/doip.js > ./dist/doip.min.js",
|
|
|
|
"prettier:check": "./node_modules/.bin/prettier --check .",
|
|
|
|
"prettier:write": "./node_modules/.bin/prettier --write .",
|
|
|
|
"license:check": "./node_modules/.bin/license-check-and-add check",
|
|
|
|
"license:add": "./node_modules/.bin/license-check-and-add add",
|
|
|
|
"license:remove": "./node_modules/.bin/license-check-and-add remove",
|
2021-04-22 07:14:21 -06:00
|
|
|
"docs:lib": "./node_modules/.bin/jsdoc -c jsdoc-lib.json -r -d ./docs",
|
2021-04-20 08:42:16 -06:00
|
|
|
"test": "./node_modules/.bin/mocha",
|
2021-04-15 14:54:45 -06:00
|
|
|
"proxy": "NODE_ENV=production node ./src/proxy/",
|
2021-04-20 08:42:16 -06:00
|
|
|
"proxy:dev": "NODE_ENV=development ./node_modules/.bin/nodemon ./src/proxy/"
|
2020-10-23 14:35:53 -06:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-11-06 13:58:11 -07:00
|
|
|
"url": "https://codeberg.org/keyoxide/doipjs"
|
2020-10-23 14:35:53 -06:00
|
|
|
},
|
2020-11-06 13:58:11 -07:00
|
|
|
"homepage": "https://js.doip.rocks",
|
2020-10-23 14:35:53 -06:00
|
|
|
"keywords": [
|
|
|
|
"pgp",
|
|
|
|
"gpg",
|
|
|
|
"openpgp",
|
|
|
|
"encryption",
|
|
|
|
"decentralized",
|
|
|
|
"identity"
|
|
|
|
],
|
|
|
|
"author": "Yarmo Mackenbach <yarmo@yarmo.eu> (https://yarmo.eu)",
|
2020-12-09 17:56:34 -07:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"browserify": {
|
2020-12-20 15:20:32 -07:00
|
|
|
"transform": [
|
|
|
|
"browserify-shim"
|
|
|
|
]
|
2020-12-09 17:56:34 -07:00
|
|
|
},
|
|
|
|
"browserify-shim": {
|
|
|
|
"openpgp": "global:openpgp"
|
|
|
|
}
|
2020-10-23 14:35:53 -06:00
|
|
|
}
|