-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.43 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "front_screenshot",
"version": "1.1.0",
"description": "Mini library, with no dependencies, to output PNGs from maps and reports (or anything in the DOM)",
"scripts": {
"start": "make run",
"test": "karma start && MINIFIED=true karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HuasoFoundries/front_screenshot.git"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"screenshot",
"screenshooter",
"browser screenshot",
"html2canvas",
"svg",
"canvg"
],
"author": "[email protected]",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/HuasoFoundries/front_screenshot/issues"
},
"homepage": "https://github.com/HuasoFoundries/front_screenshot#readme",
"engines": {
"node": ">=12"
},
"main": "dist/ig_screenshot.min.js",
"module": "dist/ig_screenshot.es6.js",
"jsnext:main": "dist/ig_screenshot.es6.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^6.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-flow": "^6.23.0",
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.1",
"canvg": "git+https://[email protected]/canvg/canvg.git",
"css-line-break": "^1.0.1",
"documentation": "^5.3.5",
"eslint": "^3.19.0",
"html2canvas": "^1.0.0-alpha.10",
"karma": "^3.0.0",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1",
"karma-qunit": "^1",
"lodash": "^4.17.10",
"phantomjs-prebuilt": "^2.1.16",
"punycode": "^2.1.0",
"qunitjs": "^1",
"rollup": "^0.50.1",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-ascii": "0.0.3",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^2.0.1",
"serve": "^9.4.0"
},
"jspm": {
"registry": "jspm",
"name": "front_screenshoot",
"main": "ig_screenshot.min.js",
"format": "amd",
"directories": {
"lib": "dist"
}
}
}