mirror of
https://github.com/gabemart/hipku.git
synced 2025-03-14 06:38:11 +00:00
31 lines
595 B
JSON
31 lines
595 B
JSON
{
|
|
"name": "hipku",
|
|
"version": "0.0.4",
|
|
"description": "Encode any IP address as a haiku",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"jasmine-node": ">=1.14.5"
|
|
},
|
|
"scripts": {
|
|
"test": "jasmine-node test/spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gabemart/hipku.git"
|
|
},
|
|
"keywords": [
|
|
"poetry",
|
|
"ipv4",
|
|
"ipv6",
|
|
"haiku"
|
|
],
|
|
"author": {
|
|
"name": "Gabriel Martin"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/gabemart/hipku/issues"
|
|
},
|
|
"homepage": "http://gabrielmartin.net/projects/hipku"
|
|
}
|