electron-fingerprints/package.json

25 lines
610 B
JSON
Raw Normal View History

2021-07-15 18:40:24 +00:00
{
"name": "electron-fingerprints",
"version": "1.0.0",
"description": "Fingerprints of various files for all electron releases",
2021-07-18 11:35:37 +00:00
"main": "index.js",
2021-07-15 18:40:24 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/captn3m0/electron-fingerprints.git"
},
2021-07-18 11:35:37 +00:00
"scripts": {
"test": "node test.js"
},
2021-07-15 18:40:24 +00:00
"keywords": [
"electron",
"fingerprint",
"security"
],
"author": "Nemo <npm@captnemo.in>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/captn3m0/electron-fingerprints/issues"
},
"homepage": "https://github.com/captn3m0/electron-fingerprints#readme"
}