Merge pull request #3214 from tschaub/raster

Pixel manipulation with raster sources.
This commit is contained in:
Tim Schaub
2015-08-03 21:49:19 -06:00
19 changed files with 1687 additions and 8 deletions

View File

@@ -26,6 +26,7 @@
},
"dependencies": {
"async": "0.9.0",
"browserify": "9.0.3",
"closure-util": "1.5.0",
"fs-extra": "0.12.0",
"glob": "5.0.3",
@@ -36,11 +37,11 @@
"metalsmith": "1.6.0",
"metalsmith-templates": "0.7.0",
"nomnom": "1.8.0",
"pixelworks": "1.0.0",
"rbush": "1.3.5",
"temp": "0.8.1",
"walk": "2.3.4",
"wrench": "1.5.8",
"browserify": "9.0.3"
"wrench": "1.5.8"
},
"devDependencies": {
"clean-css": "2.2.16",
@@ -60,6 +61,7 @@
"slimerjs-edge": "0.10.0-pre-2"
},
"ext": [
"rbush"
"rbush",
{"module": "pixelworks", "browserify": true}
]
}