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 }