aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/package.json
blob: a794188a33de9e8069c038f453e14cb0bebdfd9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "gpgmejs",
  "version": "0.0.1",
  "description": "javascript part of a nativeMessaging gnupg integration",
  "main": "src/index.js",
  "private": true,
  "scripts": {
    "test": "mocha"
  },
  "keywords": [],
  "author": "",
  "license": "",
  "devDependencies": {
    "webpack": "^4.5.0",
    "webpack-cli": "^2.0.14",
    "chai": "^4.1.2",
    "mocha": "^5.1.1"
  }
}