html2canvas/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

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-10-19 01:00:04 +03:00
"main": "dist/html2canvas.js",
2016-01-23 23:21:21 +03:00
"version": "0.5.0-beta4",
2013-08-04 17:42:12 +04:00
"author": {
"name": "Niklas von Hertzen",
"email": "niklasvh@gmail.com",
"url": "http://hertzen.com"
},
"engines": {
2015-12-06 20:01:18 +03:00
"node": ">=4.0.0"
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": {
2015-12-06 20:01:18 +03:00
"base64-arraybuffer": "^0.1.5",
"bluebird": "^3.0.6",
2016-01-23 21:53:20 +03:00
"browserify-derequire": "^0.9.4",
2014-08-26 22:03:54 +04:00
"grunt": "^0.4.5",
2015-12-06 20:01:18 +03:00
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
2014-09-20 19:18:39 +04:00
"grunt-contrib-watch": "^0.6.1",
"grunt-execute": "^0.2.2",
2015-01-20 00:33:29 +03:00
"grunt-mocha-cli": "^1.12.0",
2015-10-18 23:58:10 +03:00
"grunt-mocha-phantomjs": "^2.0.0",
"html2canvas-proxy": "0.0.5",
2014-09-17 01:11:47 +04:00
"humanize-duration": "^2.0.1",
2015-12-06 20:01:18 +03:00
"lodash": "^3.10.1",
2015-12-06 21:32:35 +03:00
"pngjs": "^2.2.0",
2015-08-30 02:27:38 +03:00
"requirejs": "^2.1.20",
2015-12-06 21:32:35 +03:00
"sauce-connect-launcher": "^0.13.0",
2015-12-06 20:01:18 +03:00
"wd": "^0.4.0"
2013-08-04 17:42:12 +04:00
},
"scripts": {
2015-12-06 21:32:35 +03:00
"test": "grunt travis --verbose",
"start": "grunt server",
"sauceconnect": "tests/sauceconnect.js"
2013-08-04 17:42:12 +04:00
},
"homepage": "http://html2canvas.hertzen.com",
2015-12-06 20:01:18 +03:00
"license": "MIT"
2013-05-29 18:53:47 +04:00
}