2012-11-25 22:59:31 +04:00
|
|
|
{
|
2013-08-04 17:42:12 +04:00
|
|
|
"title": "html2canvas",
|
|
|
|
"name": "html2canvas",
|
|
|
|
"description": "Screenshots with JavaScript",
|
2015-02-03 22:34:05 +03:00
|
|
|
"main": "src/core.js",
|
2015-02-03 23:11:20 +03:00
|
|
|
"version": "0.5.0-alpha2",
|
2013-08-04 17:42:12 +04:00
|
|
|
"author": {
|
|
|
|
"name": "Niklas von Hertzen",
|
|
|
|
"email": "niklasvh@gmail.com",
|
|
|
|
"url": "http://hertzen.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
2014-09-20 20:53:22 +04:00
|
|
|
"node": ">=0.10.0"
|
2013-08-04 17:42:12 +04:00
|
|
|
},
|
2015-02-03 22:34:05 +03:00
|
|
|
"dependencies": {
|
|
|
|
"es6-promise": "^2.0.1"
|
|
|
|
},
|
2013-08-04 17:42:12 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:niklasvh/html2canvas.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/niklasvh/html2canvas/issues"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-08-26 21:01:15 +04:00
|
|
|
"base64-arraybuffer": ">= 0.1.0",
|
2015-01-17 23:12:48 +03:00
|
|
|
"bluebird": "^2.7.1",
|
2015-01-20 00:52:50 +03:00
|
|
|
"bower": "^1.3.12",
|
2014-08-26 22:03:54 +04:00
|
|
|
"grunt": "^0.4.5",
|
2015-02-03 22:34:05 +03:00
|
|
|
"grunt-browserify": "^3.3.0",
|
2014-09-20 19:18:39 +04:00
|
|
|
"grunt-contrib-connect": "^0.8.0",
|
|
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
|
|
"grunt-contrib-uglify": "^0.6.0",
|
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2014-09-08 22:16:30 +04:00
|
|
|
"grunt-execute": "^0.2.2",
|
2015-01-20 00:33:29 +03:00
|
|
|
"grunt-mocha-cli": "^1.12.0",
|
2014-10-15 21:28:26 +04:00
|
|
|
"grunt-mocha-phantomjs": "^0.6.0",
|
2014-09-20 20:53:22 +04:00
|
|
|
"html2canvas-proxy": "0.0.5",
|
2014-09-17 01:11:47 +04:00
|
|
|
"humanize-duration": "^2.0.1",
|
2014-08-26 21:01:15 +04:00
|
|
|
"lodash": "^2.4.1",
|
2013-09-07 22:24:41 +04:00
|
|
|
"png-js": ">= 0.1.1",
|
2015-08-30 02:27:38 +03:00
|
|
|
"requirejs": "^2.1.20",
|
2014-09-01 21:22:56 +04:00
|
|
|
"wd": "^0.2.21"
|
2013-08-04 17:42:12 +04:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-01-20 00:52:50 +03:00
|
|
|
"test": "grunt travis --verbose",
|
|
|
|
"postpublish": "bower register html2canvas git://github.com/niklasvh/html2canvas.git"
|
2013-08-04 17:42:12 +04:00
|
|
|
},
|
|
|
|
"homepage": "http://html2canvas.hertzen.com",
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT"
|
|
|
|
}
|
|
|
|
]
|
2013-05-29 18:53:47 +04:00
|
|
|
}
|