mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-17 08:46:19 +10:00
33 lines
726 B
JSON
33 lines
726 B
JSON
{
|
||
"name": "chainvas",
|
||
"filename": "chainvas.js",
|
||
"version": "2.1",
|
||
"description": "A tiny, modular library that can add chaining to any API that isn’t naturally chainable, like the Canvas API, the DOM and more.",
|
||
"homepage": "http://leaverou.github.com/chainvas/",
|
||
"keywords": [
|
||
"chaining",
|
||
"method",
|
||
"prototype",
|
||
"JavaScript",
|
||
"Chainvas",
|
||
"canvas"
|
||
],
|
||
"maintainers": [
|
||
{
|
||
"name": "Lea Verou"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"type": "none",
|
||
"url": "NA"
|
||
}
|
||
],
|
||
"repositories": [
|
||
{
|
||
"type": "git",
|
||
"url": "https://github.com/LeaVerou/chainvas"
|
||
}
|
||
]
|
||
}
|