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 (287B)


      1 {
      2   "name": "lnsocket",
      3   "description": "Connect to the lightning network",
      4   "version": "0.3.2",
      5   "repository": {
      6     "url": "https://github.com/jb55/lnsocket"
      7   },
      8   "main": "index.js",
      9   "scripts": {
     10     "test": "tap test/*.js"
     11   },
     12   "devDependencies": {
     13     "tap": "^0.2.6"
     14   }
     15 }