-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 965 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "mobiil-id-rest",
"version": "1.2.5",
"description": "Simple Estonian Mobiil-ID REST client",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test FORCE_DB_SYNC=1 NODE_TLS_REJECT_UNAUTHORIZED=0 ./node_modules/.bin/mocha --expose-gc --async-only --check-leaks --trace-deprecation --reporter spec --no-exit --no-timeout --recursive --ui tdd test/"
},
"keywords": [
"mobiil-id"
],
"repository": {
"type": "git",
"url": "git+https://github.com/citizenos/mobiil-id-rest.git"
},
"author": "Ilmar Türk",
"license": "ISC",
"homepage": "https://github.com/citizenos/mobiil-id-rest#readme",
"bugs": {
"url": "https://github.com/citizenos/mobiil-id-rest/issues"
},
"dependencies": {
"asn1js": "3.0.5",
"elliptic": "6.5.4",
"log4js": "6.5.2",
"node-forge": "1.3.1",
"pkijs": "3.0.5",
"simple_rsautl": "1.0.0"
},
"devDependencies": {
"chai": "4.3.6",
"mocha": "10.0.0"
}
}