sia-api
Version:
SIA REST API Wrapper
41 lines (40 loc) • 749 B
JSON
{
"name": "sia-api",
"description": "SIA REST API Wrapper",
"version": "0.2.0",
"author": {
"name": "ASPECTRON Inc.",
"email": "info@aspectron.com"
},
"dependencies": {
"request" : "*",
"underscore" : "*"
},
"keywords": [
"sia",
"siacoin",
"storage",
"distributed"
],
"repository": {
"type": "git",
"url": "git://github.com/aspectron/sia-api"
},
"main": "sia-api",
"files": [
"sia-api.js",
"README.md"
],
"scripts": {
"prepublish": "npm prune"
},
"engines": {
"node": "*"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/aspectron/sia-api/issues"
},
"license": "MIT",
"homepage": "https://github.com/aspectron/sia-api"
}