1
0
mirror of https://github.com/gabemart/hipku.git synced 2024-10-05 18:30:54 +01:00
hipku/package.json
Gabriel Martin 7a7392bcb0 add tests
2015-01-05 18:40:46 +00:00

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"
}