pdf.js/package.json
2014-01-23 17:32:07 -06:00

21 lines
361 B
JSON

{
"name": "pdf.js",
"version": "0.8.0",
"dependencies": {
"jshint": "1.1.x"
},
"scripts": {
"test": "node make lint"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/pdf.js.git"
},
"licenses": [
{
"type": "Apache v2",
"url": "https://github.com/mozilla/pdf.js/blob/master/LICENSE"
}
]
}