-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 936 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
{
"name": "@trellisfw/masklink",
"version": "1.0.6",
"description": "Trellis Framework Mask&Link Library",
"main": "index.js",
"scripts": {
"test": "mocha test/**.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trellisfw/trellisfw-masklink.git"
},
"keywords": [
"mask",
"link",
"trellis",
"trellisfw"
],
"author": "Aaron Ault",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/trellisfw/trellisfw-masklink/issues"
},
"homepage": "https://github.com/trellisfw/trellisfw-masklink#readme",
"dependencies": {
"@oada/oada-cache": "^3.1.4",
"@trellisfw/signatures": "^2.1.3",
"bluebird": "^3.7.2",
"debug": "^4.1.1",
"json-pointer": "^0.6.0",
"lodash": "^4.17.15",
"minim": "^0.23.6",
"url": "^0.11.0"
},
"devDependencies": {
"minimist": "^1.2.5",
"mocha": "^7.1.1",
"nock": "^12.0.3"
}
}