1ced8990b9
* add sample script to init and call the secure owner API from node * fix xiaojay's name.. thanks xiaojay!
15 lines
276 B
JSON
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"
|
|
}
|
|
}
|