Files
cdnjs/ajax/libs/chainvas/package.json
T

33 lines
726 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "chainvas",
"filename": "chainvas.js",
"version": "2.1",
"description": "A tiny, modular library that can add chaining to any API that isnt 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"
}
]
}