2014-04-15 08:12:31 -07:00
|
|
|
{
|
|
|
|
|
"name": "trianglify",
|
2015-07-26 08:46:53 -07:00
|
|
|
"version": "0.3.1",
|
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.",
|
2015-03-04 13:26:38 -08:00
|
|
|
"main": "lib/trianglify.js",
|
2014-04-15 08:12:31 -07:00
|
|
|
"dependencies": {
|
2015-03-01 13:04:04 -08:00
|
|
|
"chroma-js": "^0.6.3",
|
2015-07-01 18:46:13 -07:00
|
|
|
"colors": "^1.1.2",
|
2015-02-06 15:47:12 -08:00
|
|
|
"delaunay-fast": "^1.0.1",
|
2015-02-28 12:21:47 -08:00
|
|
|
"jsdom": "^3.1.2",
|
2015-03-02 09:26:56 -08:00
|
|
|
"seedrandom": "^2.3.11"
|
2014-04-15 08:12:31 -07:00
|
|
|
},
|
2015-07-01 18:46:13 -07:00
|
|
|
"optionalDependencies": {
|
2015-07-26 10:28:37 -07:00
|
|
|
"canvas": "1.2.3"
|
2015-07-01 18:46:13 -07:00
|
|
|
},
|
2014-04-15 08:12:31 -07:00
|
|
|
"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",
|
2014-10-08 09:39:04 -07:00
|
|
|
"scripts": {
|
2015-02-28 12:21:47 -08:00
|
|
|
"test": "mocha test/test.js",
|
2015-07-01 18:46:13 -07:00
|
|
|
"start": "node gulpfile.js",
|
|
|
|
|
"postinstall": "node scripts/postinstall.js"
|
2015-02-28 12:21:47 -08:00
|
|
|
},
|
|
|
|
|
"browser": {
|
2015-07-01 18:46:13 -07:00
|
|
|
"jsdom": false,
|
|
|
|
|
"canvas": false
|
2014-10-08 09:39:04 -07:00
|
|
|
},
|
2014-07-23 10:46:54 -07:00
|
|
|
"devDependencies": {
|
2015-03-02 09:26:56 -08:00
|
|
|
"browserify": "^9.0.3",
|
|
|
|
|
"chai": "^2.1.0",
|
2014-10-07 12:25:46 -07:00
|
|
|
"del": "^0.1.1",
|
2014-07-23 10:46:54 -07:00
|
|
|
"gulp": "^3.8.6",
|
2014-10-07 17:08:53 -07:00
|
|
|
"gulp-bump": "^0.1.11",
|
|
|
|
|
"gulp-filter": "^1.0.2",
|
|
|
|
|
"gulp-git": "^0.5.2",
|
2014-07-23 10:46:54 -07:00
|
|
|
"gulp-jshint": "^1.7.1",
|
2014-10-07 13:36:37 -07:00
|
|
|
"gulp-mocha": "^1.1.1",
|
2014-10-07 12:25:46 -07:00
|
|
|
"gulp-rename": "^1.2.0",
|
2015-02-28 12:21:47 -08:00
|
|
|
"gulp-sourcemaps": "^1.5.0",
|
2014-10-07 17:08:53 -07:00
|
|
|
"gulp-tag-version": "^1.1.0",
|
2014-10-07 12:25:46 -07:00
|
|
|
"gulp-uglify": "^0.3.1",
|
|
|
|
|
"jshint-stylish": "^0.4.0",
|
2015-03-03 17:45:00 -08:00
|
|
|
"mocha": "^2.1.0",
|
2015-02-28 12:21:47 -08:00
|
|
|
"node-notifier": "^4.1.2",
|
2015-03-11 12:57:04 -07:00
|
|
|
"vinyl-buffer": "^1.0.0",
|
2015-02-28 12:21:47 -08:00
|
|
|
"vinyl-source-stream": "^1.0.0"
|
2014-08-31 09:35:15 -07:00
|
|
|
},
|
|
|
|
|
"npmName": "trianglify",
|
2014-10-07 12:25:46 -07:00
|
|
|
"npmFileMap": [
|
|
|
|
|
{
|
2015-04-11 09:07:28 -07:00
|
|
|
"basePath": "dist",
|
2014-10-07 12:25:46 -07:00
|
|
|
"files": [
|
|
|
|
|
"trianglify.min.js"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2014-04-15 08:12:31 -07:00
|
|
|
}
|