1
0
mirror of https://github.com/gabemart/hipku.git synced 2024-10-05 10:20:55 +01:00
hipku/package.json
2016-09-02 19:19:02 +01:00

31 lines
595 B
JSON

{
"name": "hipku",
"version": "2.0.0",
"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"
}