forked from cburgmer/rasterizeHTML.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "rasterizehtml",
"title": "rasterizeHTML.js",
"version": "1.3.0",
"description": "Renders HTML into the browser's canvas.",
"keywords": [
"canvas",
"HTML"
],
"homepage": "http://www.github.com/cburgmer/rasterizeHTML.js",
"bugs": "https://github.com/cburgmer/rasterizeHTML.js/issues",
"license": "MIT",
"author": {
"name": "Christoph Burgmer",
"email": "[email protected]"
},
"directories": {
"lib": "./src/",
"example": "./examples/"
},
"main": "dist/rasterizeHTML.js",
"types": "dist/rasterizeHTML.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/cburgmer/rasterizeHTML.js.git"
},
"dependencies": {
"inlineresources": "^1.0.0",
"url": "~0.11.0",
"xmlserializer": "~0.6.0",
"sane-domparser-error": "~0.2.0"
},
"devDependencies": {
"es6-promise": "^4.0.5",
"grunt": "^1.0.0",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-jasmine": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-regex-check": "^0.1.9",
"grunt-umd": "^3.0.0",
"imagediff": "git://github.com/cburgmer/js-imagediff#v1.1merged",
"jasmine-core": "^3.1.0",
"puppeteer": "^1.2.0"
},
"scripts": {
"test": "bash go"
}
}