Files
cdnjs/ajax/libs/pablo/package.json
T
2013-12-21 10:18:40 +00:00

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"
]
}