lwip2
Version:
A friendlier wrapper around the lwip library.
51 lines • 1.05 kB
JSON
{
"name": "lwip2",
"description": "A friendlier wrapper around the lwip library.",
"keywords": [
"lwip2",
"a",
"friendlier",
"wrapper",
"around",
"the",
"lwip",
"library"
],
"license": "MIT",
"version": "1.0.16",
"main": "lib/index.js",
"scripts": {
"install": "node lib/install.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/lwip2.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/lwip2/issues"
},
"homepage": "https://github.com/IonicaBizau/lwip2#readme",
"dependencies": {
"err": "^1.1.1",
"gm-installed": "^1.0.0"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}