1
0
mirror of https://github.com/gabemart/hipku.git synced 2024-10-05 18:30:54 +01:00
hipku/package.json

31 lines
595 B
JSON
Raw Normal View History

2014-12-13 23:01:35 +00:00
{
"name": "hipku",
2016-09-02 19:19:02 +01:00
"version": "2.0.0",
2014-12-13 23:01:35 +00:00
"description": "Encode any IP address as a haiku",
"main": "index.js",
2015-01-05 18:40:46 +00:00
"devDependencies": {
"jasmine-node": ">=1.14.5"
},
2014-12-13 23:01:35 +00:00
"scripts": {
2015-01-05 18:40:46 +00:00
"test": "jasmine-node test/spec"
2014-12-13 23:01:35 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/gabemart/hipku.git"
},
"keywords": [
"poetry",
"ipv4",
"ipv6",
"haiku"
],
2015-01-05 18:40:46 +00:00
"author": {
"name": "Gabriel Martin"
},
2014-12-13 23:01:35 +00:00
"license": "MIT",
"bugs": {
"url": "https://github.com/gabemart/hipku/issues"
},
"homepage": "http://gabrielmartin.net/projects/hipku"
}