2014-04-15 08:12:31 -07:00
|
|
|
{
|
|
|
|
|
"name": "trianglify",
|
2014-04-29 10:30:42 -07:00
|
|
|
"version": "0.1.2",
|
2014-04-15 08:12:31 -07:00
|
|
|
"description": "Trianglify is a javascript library for generating colorful triangle meshes that can be used as SVG images and CSS backgrounds.",
|
|
|
|
|
"main": "trianglify.js",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"d3": "3",
|
|
|
|
|
"jsdom": "0.10",
|
|
|
|
|
"xmldom": "0.1",
|
|
|
|
|
"btoa": "1"
|
|
|
|
|
},
|
|
|
|
|
"directories": {
|
|
|
|
|
"example": "examples"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/qrohlf/trianglify.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"svg",
|
|
|
|
|
"d3.js",
|
|
|
|
|
"visualization"
|
|
|
|
|
],
|
|
|
|
|
"author": "Quinn Rohlf <qr@qrohlf.com>",
|
|
|
|
|
"license": "GPLv3",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/qrohlf/trianglify/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/qrohlf/trianglify"
|
|
|
|
|
}
|