FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
queryPattern/contract/package.json at master · IBM/queryPattern · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
IBM
/
queryPattern
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
14
Code
Issues
0
Pull requests
17
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
queryPattern
/
contract
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (49 loc) · 1.14 KB
Breadcrumbs
queryPattern
/
contract
/
package.json
Copy path
File metadata and controls
49 lines (49 loc) · 1.14 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
43
44
45
46
47
48
49
{
"name"
:
"
papercontract
"
,
"version"
:
"
0.0.1
"
,
"description"
:
"
Papernet Contract
"
,
"main"
:
"
index.js
"
,
"engines"
: {
"node"
:
"
>=8
"
,
"npm"
:
"
>=5
"
},
"scripts"
: {
"lint"
:
"
eslint .
"
,
"pretest"
:
"
npm run lint
"
,
"test"
:
"
nyc mocha test --recursive
"
,
"start"
:
"
fabric-chaincode-node start
"
,
"mocha"
:
"
mocha test --recursive
"
},
"engineStrict"
:
true
,
"author"
:
"
hyperledger
"
,
"license"
:
"
Apache-2.0
"
,
"dependencies"
: {
"fabric-contract-api"
:
"
~2.0.0
"
,
"fabric-shim"
:
"
~2.0.0
"
},
"devDependencies"
: {
"chai"
:
"
^4.2.0
"
,
"chai-as-promised"
:
"
^7.1.1
"
,
"eslint"
:
"
^6.8.0
"
,
"mocha"
:
"
^7.0.1
"
,
"nyc"
:
"
^15.0.0
"
,
"sinon"
:
"
^8.1.1
"
,
"sinon-chai"
:
"
^3.4.0
"
},
"nyc"
: {
"exclude"
: [
"
coverage/**
"
,
"
test/**
"
],
"reporter"
: [
"
text-summary
"
,
"
html
"
],
"all"
:
true
,
"check-coverage"
:
true
,
"statements"
:
100
,
"branches"
:
100
,
"functions"
:
100
,
"lines"
:
100
}
}
Back
|
FazBrowse Home
|
New Git URL