-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 995 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
{
"name": "xero-tierion-audit-history",
"version": "1.0.0",
"description": "An example project utilising Xero, Xero API, Tierion & Chainpoint to create an invoice audit history that is anchored to the blockchain",
"main": "index.js",
"dependencies": {
"chainpoint-client": "^0.0.2",
"exphbs": "^1.2.0",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"handlebars-prettyjson": "^1.0.6",
"js-sha256": "^0.9.0",
"xero-node": "2.20.0"
},
"devDependencies": {},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rjaus/XeroTierion.git"
},
"keywords": [
"xero",
"tierion",
"blockchain",
"proof",
"of",
"existence"
],
"author": "Riley James <riley.james@xero.com> (https://medium.com/@riley.james)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rjaus/XeroTierion/issues"
},
"homepage": "https://github.com/rjaus/XeroTierion#readme"
}