html2canvas/package.json

49 lines
1.1 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",
2014-09-01 21:22:56 +04:00
"version": "0.5.0-alpha",
2013-08-04 17:42:12 +04:00
"author": {
"name": "Niklas von Hertzen",
"email": "niklasvh@gmail.com",
"url": "http://hertzen.com"
},
"engines": {
"node": ">=0.10.0"
2013-08-04 17:42:12 +04:00
},
2013-09-07 22:24:41 +04:00
"dependencies": {},
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",
2014-08-26 22:03:54 +04:00
"grunt": "^0.4.5",
2014-09-20 19:18:39 +04:00
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-execute": "^0.2.2",
2014-10-15 21:28:26 +04:00
"grunt-mocha-phantomjs": "^0.6.0",
"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",
2014-09-01 21:22:56 +04:00
"wd": "^0.2.21"
2013-08-04 17:42:12 +04:00
},
"scripts": {
"test": "grunt travis --verbose"
},
"homepage": "http://html2canvas.hertzen.com",
"licenses": [
{
"type": "MIT"
}
]
2013-05-29 18:53:47 +04:00
}