diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2019-04-21 20:13:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-21 20:13:17 +0100 |
| commit | b2b0b4ea8894fa6e62534bc5045c327d4db1c4b7 (patch) | |
| tree | fca7821dea6eaf12ffe05a06ede777a14af8c11c | |
| parent | 326221fa2f84841188a6b98826973b607abf2ec2 (diff) | |
| parent | 5a15aad6f7d7d780a310415ecf9158e1f156af8e (diff) | |
| download | packages-b2b0b4ea8894fa6e62534bc5045c327d4db1c4b7.tar.gz packages-b2b0b4ea8894fa6e62534bc5045c327d4db1c4b7.zip | |
Merge pull request #1068 from jiro4989/add-pnm0134
Add package pnm
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
