susyweb
Version:
Sophon JavaScript API, middleware to talk to a sophon node over RPC
63 lines (62 loc) • 1.31 kB
JSON
{
"name": "susyweb",
"namespace": "sophon",
"version": "0.17.0-alpha",
"description": "Sophon Compatible JavaScript API",
"main": [
"./dist/susyweb.js",
"./dist/susyweb.min.js"
],
"dependencies": {
"bignumber.js": ">=2.0.0 <=5.0.0",
"crypto-js": "~3.1.4"
},
"repository": {
"type": "git",
"url": "https://octonion.institute/susy-js/susyweb.js.git"
},
"homepage": "https://octonion.institute/susy-js/susyweb.js",
"bugs": {
"url": "https://octonion.institute/susy-js/susyweb.js/issues"
},
"keywords": [
"sophon",
"javascript",
"API"
],
"authors": [
{
"name": "Marek Kotewicz",
"email": "marek@sofdev.com",
"homepage": "https://github.com/debris"
},
{
"name": "Marian Oancea",
"email": "marian@sofdev.com",
"homepage": "https://github.com/cubedro"
},
{
"name": "Fabian Vogelsteller",
"email": "fabian@sofdev.com",
"homepage": "https://github.com/frozeman"
}
],
"license": "LGPL-3.0",
"ignore": [
"example",
"lib",
"node_modules",
"package.json",
"package.js",
".versions",
".bowerrc",
".editorconfig",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
"gulpfile.js",
"index.js",
"**/*.txt"
]
}