mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
28 lines
782 B
JSON
28 lines
782 B
JSON
{
|
|
"name": "pablo",
|
|
"version": "0.4.0",
|
|
"filename": "pablo.min.js",
|
|
"description": "Pablo is a small, open-source JavaScript library for SVG (the web standard for vector graphics). It can be used for vector-based art, games, visualisations and interfaces.",
|
|
"homepage": "http://pablojs.com",
|
|
"author": {
|
|
"name": "dharmafly",
|
|
"email": "hello@dharmafly.com",
|
|
"url": "http://github.com/dharmafly"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dharmafly/pablo.git"
|
|
},
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
}],
|
|
"keywords" : [
|
|
"SVG",
|
|
"AMD",
|
|
"graphics",
|
|
"vectors",
|
|
"games"
|
|
]
|
|
}
|