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",
"version": "0.1.4",
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": {
"del": "^0.1.1",
2014-07-23 10:46:54 -07:00
"gulp": "^3.8.6",
"gulp-jshint": "^1.7.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"jshint-stylish": "^0.4.0",
"mocha": "^1.21.4",
"should": "^4.0.4"
},
"npmName": "trianglify",
"npmFileMap": [
{
"basePath": "/",
"files": [
"trianglify.js",
"trianglify.min.js"
]
}
]
2014-04-15 08:12:31 -07:00
}