gpgme/lang/js/package.json
Maximilian Krambach bfd3799d39 js: code cleanup (eslint)
--
* trying to stick to eslint from now on for readability

* As some attribution was lost in previous git confusions, I added my
  name into some of the licence headers
2018-06-06 13:05:53 +02:00

17 lines
350 B
JSON

{
"name": "gpgmejs",
"version": "0.0.1-dev",
"description": "Javascript part of the GPGME nativeMessaging integration",
"main": "src/index.js",
"private": true,
"keywords": [],
"author": "",
"license": "",
"devDependencies": {
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"chai": "^4.1.2",
"mocha": "^5.1.1"
}
}