30 lines
712 B
JSON
30 lines
712 B
JSON
{
|
|
"name": "pdf.js-dist",
|
|
"version": "0.1.0",
|
|
"description": "Compiled version of pdf.js",
|
|
"main": "pdf.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/legalthings/pdf.js-dist.git"
|
|
},
|
|
"keywords": [
|
|
"pdf"
|
|
],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/legalthings/pdf.js-dist/issues"
|
|
},
|
|
"homepage": "https://github.com/legalthings/pdf.js-dist#readme",
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"css-prefix": "git+https://github.com/moesjarraf/css-prefix.git#0.0.2+moesjarraf.3"
|
|
},
|
|
"dependencies": {
|
|
"uglifycss": "0.0.25"
|
|
}
|
|
}
|