lnsocket

A minimal C library for connecting to the lightning network
git clone git://jb55.com/lnsocket
Log | Files | Refs | Submodules | README | LICENSE

package.json (321B)


      1 {
      2   "name": "examples",
      3   "description": "lnsocket examples",
      4   "version": "0.1.0",
      5   "repository": {
      6     "url": "https://github.com/jb55/examples"
      7   },
      8   "main": "node.js",
      9   "scripts": {
     10     "test": "tap test/*.js"
     11   },
     12   "dependencies": {
     13     "lnsocket": "^0.2.0"
     14   },
     15   "devDependencies": {
     16     "tap": "~0.2.5"
     17   }
     18 }