atcheck/lsscanner/new_ubuntu/package.json

26 lines
533 B
JSON
Raw Normal View History

2019-12-16 18:42:21 +01:00
{
"name": "atcheck",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "Me",
"license": "ISC",
"devDependencies": {
2020-01-13 17:24:01 +01:00
"electron": "^7.1.5",
2019-12-16 18:42:21 +01:00
"electron-rebuild": "^1.8.8"
},
"dependencies": {
"asn1js": "^2.0.26",
"fs": "0.0.1-security",
"node-datetime": "^2.1.2",
"node-notifier": "^6.0.0",
2020-01-13 17:24:01 +01:00
"npm": "^6.13.4",
2019-12-16 18:42:21 +01:00
"pcsclite": "^1.0.0",
"smartcard": "^1.0.32"
}
}