46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "dom-to-image",
|
||
|
"version": "2.6.0",
|
||
|
"description": "Generates an image from a DOM node using HTML5 canvas and SVG",
|
||
|
"main": "src/dom-to-image.js",
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"chai": "^2.2.0",
|
||
|
"grunt": "~0.4.5",
|
||
|
"grunt-cli": "^1.2.0",
|
||
|
"grunt-contrib-jshint": "^0.11.2",
|
||
|
"grunt-contrib-uglify": "^0.9.1",
|
||
|
"grunt-contrib-watch": "^0.6.1",
|
||
|
"grunt-karma": "^1.0.0",
|
||
|
"karma": "^0.13.22",
|
||
|
"karma-chai": "^0.1.0",
|
||
|
"karma-chrome-launcher": "^0.1.8",
|
||
|
"karma-firefox-launcher": "^0.1.4",
|
||
|
"karma-mocha": "^0.1.10",
|
||
|
"karma-mocha-reporter": "^1.3.0",
|
||
|
"mocha": "^2.2.4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "./node_modules/.bin/grunt test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/tsayen/dom-to-image.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"dom",
|
||
|
"image",
|
||
|
"raster",
|
||
|
"render",
|
||
|
"html",
|
||
|
"canvas",
|
||
|
"svg"
|
||
|
],
|
||
|
"author": "Anatolii Saienko <anatoly.sayenko@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/tsayen/dom-to-image/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/tsayen/dom-to-image#readme"
|
||
|
}
|