2016-05-02 18:53:04 +03:00
|
|
|
{
|
|
|
|
"name": "decktape",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "high-quality PDF exporter for HTML5 presentation frameworks",
|
|
|
|
"main": "decktape.js",
|
|
|
|
"scripts": {
|
2016-09-27 22:58:18 +03:00
|
|
|
"start": "./phantomjs decktape.js",
|
2016-05-02 18:53:04 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/astefanutti/decktape.git"
|
|
|
|
},
|
|
|
|
"author": "astefanutti",
|
|
|
|
"license": "unknown",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/astefanutti/decktape/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/astefanutti/decktape"
|
|
|
|
}
|