forked from 1904labs/dom-to-image-more
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 1.22 KB
/
bower.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
34
35
36
37
38
{
"name": "dom-to-image-more",
"version": "2.9.5",
"homepage": "https://github.com/1904labs/dom-to-image-more",
"authors": [
"Marc Brooks <[email protected]>",
"Daniel Fischer <[email protected]>",
"Anatolii Saienko <[email protected]>",
"Aidas Klimas",
"Edgardo Di Gesto",
"樊冬 Fan Dong <[email protected]>",
"SNDST00M: M.U.N.I.N @SNDST00M",
"Shrijan Tripathi @shrijan00003"
],
"description": "Generates an image from a DOM node using HTML5 canvas and SVG",
"main": "dist/dom-to-image-more-min.js",
"moduleType": ["globals"],
"keywords": ["dom", "image", "raster", "render", "html", "canvas", "svg"],
"license": "MIT",
"ignore": ["**/.*", "node_modules", "bower_components", "spec"],
"devDependencies": {
"chai": "^4.2.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^3.0.2",
"js-yaml": "^3.13.1",
"karma": "^6.3.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.3",
"mocha": "^9.0.3"
}
}