SIGN IN SIGN UP
qrohlf / trianglify UNCLAIMED

Algorithmically generated triangle art

0 0 1 JavaScript
2014-04-15 08:12:31 -07:00
{
"name": "trianglify",
2014-07-24 06:21:54 -07:00
"version": "0.1.3",
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"
},
2014-07-23 10:46:54 -07:00
"homepage": "https://github.com/qrohlf/trianglify",
"devDependencies": {
"gulp": "^3.8.6",
"jshint-stylish": "^0.4.0",
"gulp-uglify": "^0.3.1",
"gulp-jshint": "^1.7.1",
"del": "^0.1.1",
"gulp-rename": "^1.2.0"
}
2014-04-15 08:12:31 -07:00
}