forked from 1904labs/dom-to-image-more
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.44 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "dom-to-image-more",
"version": "2.9.5",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG",
"main": "dist/dom-to-image-more.min.js",
"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"
},
"scripts": {
"test": "./node_modules/.bin/grunt test",
"build": "./node_modules/.bin/grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1904labs/dom-to-image-more.git"
},
"keywords": [
"dom",
"image",
"raster",
"render",
"html",
"canvas",
"svg"
],
"author": "Marc Brooks <idisposable@gmail.com>",
"contributors": [
"Anatolii Saienko <anatoly.sayenko@gmail.com>",
"Marc Brooks <idisposable@gmail.com>",
"Daniel Fischer <daniel.fischer@iqdoq.de>",
"Aidas Klimas",
"Edgardo Di Gesto",
"樊冬 Fan Dong <CG-man@outlook.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/1904labs/dom-to-image-more/issues"
},
"homepage": "https://github.com/1904labs/dom-to-image-more#readme"
}