forked from bvibber/yuv-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 815 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "yuv-canvas",
"version": "1.2.1",
"description": "Utility for drawing YUV image data to HTML5 canvas",
"main": "src/yuv-canvas.js",
"repository": {
"type": "git",
"url": "https://github.com/brion/yuv-canvas.git"
},
"scripts": {
"build": "./node_modules/grunt/bin/grunt",
"test": "echo \"Open demo/demo.html in a browser.\" && exit 1",
"prepublish": "npm run-script build"
},
"keywords": [
"yuv",
"ycbcr",
"canvas",
"webgl"
],
"author": "Brion Vibber <brion@pobox.com>",
"license": "MIT",
"devDependencies": {
"aliasify": "^2.0.0",
"brfs": "^1.4.3",
"browserify": "^13.1.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-eslint": "^19.0.0",
"grunt-text-replace": "^0.4.0",
"yuv-buffer": "^1.0.0"
}
}