mirror of
https://github.com/jwetzell/bmip10-js.git
synced 2026-07-26 08:58:40 +00:00
18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"name": "bmip10",
|
|
"version": "0.1.0",
|
|
"description": "JS implementation of Blackmagic Designs's IP10 codec",
|
|
"main": "index.js",
|
|
"keywords": ["Blackmagic", "IP10", "Codec"],
|
|
"author": {
|
|
"name": "Joel Wetzell",
|
|
"email": "me@jwetzell.com",
|
|
"url": "https://jwetzell.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jwetzell/bmip10-js.git"
|
|
},
|
|
"license": "ISC"
|
|
}
|