2013-02-01 11:36:58 -05:00
|
|
|
{
|
|
|
|
"name": "pdf.js",
|
|
|
|
"version": "0.7.169",
|
|
|
|
"dependencies": {
|
|
|
|
"jshint": "git://github.com/jshint/jshint.git#42ace75a"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2013-02-04 12:41:46 -06:00
|
|
|
"test": "node make lint"
|
2013-02-01 11:36:58 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/mozilla/pdf.js.git"
|
|
|
|
}
|
|
|
|
}
|