Files
Yeastplume 1ced8990b9 Add sample script to init and call the secure owner API from node.js (#335)
* add sample script to init and call the secure owner API from node

* fix xiaojay's name.. thanks xiaojay!
2020-02-18 12:28:23 +00:00

15 lines
276 B
JSON

{
"name": "node-sample",
"version": "0.0.1",
"description": "Sample of connecting to the secure OwnerAPI via node",
"main": "src/index.js",
"scripts": {
"test": "npm test"
},
"author": "",
"license": "ISC",
"dependencies": {
"jayson": "^3.2.0"
}
}