aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/package.json
blob: be52a554f6c2a1753b39fbef41877119ba04ec7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "gpgmejs",
  "version": "0.0.1",
  "description": "javascript part of a nativeMessaging gnupg 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"
  }
}