aboutsummaryrefslogtreecommitdiff
path: root/node_modules/talertest/package.json
blob: ae7e58ee314c7a52f070b7e1dbfe290bf587976a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "talertest",
  "version": "1.0.0",
  "main": "talertest.js",
  "types": "talertest.d.ts",
  "author": "Florian Dold",
  "license": "GPL-2.0+",
  "scripts": {
    "build": "tsc"
  },
  "files": [
    "node/",
    "selenium/",
    "talertest.d.ts"
  ],
  "devDependencies": {
    "typescript": "^2.2.2"
  }
}