From 5a15aad6f7d7d780a310415ecf9158e1f156af8e Mon Sep 17 00:00:00 2001 From: jiro4989 Date: Sun, 21 Apr 2019 10:34:53 +0900 Subject: [PATCH] Added package pnm --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 754a855..cb090ab 100644 --- a/packages.json +++ b/packages.json @@ -13150,5 +13150,18 @@ "description": "Utils to work with javascript", "license": "MIT", "web": "https://github.com/kidandcat/jsutils" + }, + { + "name": "pnm", + "url": "https://github.com/jiro4989/pnm", + "method": "git", + "tags": [ + "pnm", + "image", + "library" + ], + "description": "pnm is library for PNM (Portable AnyMap).", + "license": "MIT", + "web": "https://github.com/jiro4989/pnm" } ]