html2canvas/package.json

46 lines
1.0 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-01-19 20:04:27 +04:00
"version": "0.5.0-rc1",
2013-08-04 17:42:12 +04:00
"author": {
"name": "Niklas von Hertzen",
"email": "niklasvh@gmail.com",
"url": "http://hertzen.com"
},
"engines": {
"node": ">=0.8.0"
},
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
"baconjs": "0.7.11",
"base64-arraybuffer": ">= 0.1.0",
2014-08-26 22:03:54 +04:00
"grunt": "^0.4.5",
2013-08-04 17:42:12 +04:00
"grunt-contrib-concat": "*",
2014-08-26 21:01:15 +04:00
"grunt-contrib-connect": "0.7.1",
2013-08-04 17:42:12 +04:00
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "*",
2014-08-26 21:01:15 +04:00
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "~0.5.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-08-26 21:01:15 +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
}