-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 993 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
35
36
37
38
39
40
41
42
{
"name": "@trellisfw/signatures",
"version": "2.1.3",
"description": "Generate and verify Json Web Tokens within food safety audits.",
"main": "trellisfw-signatures.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trellisfw/trellisfw-signatures.git"
},
"keywords": [
"trellisfw",
"oada",
"food",
"safety",
"food",
"safety",
"audit"
],
"author": "Sam Noel",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/trellisfw/trellisfw-signatures/issues"
},
"homepage": "https://github.com/trellisfw/trellisfw-signatures#readme",
"dependencies": {
"@oada/oada-certs": "^3.1.0",
"bluebird": "^3.7.2",
"core-js": "^3.6.4",
"js-sha256": "^0.9.0",
"lodash": "^4.17.15",
"regenerator-runtime": "^0.13.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"mocha": "^7.1.0"
}
}