pdf.js/package.json

22 lines
384 B
JSON
Raw Permalink Normal View History

2013-02-01 11:36:58 -05:00
{
"name": "pdf.js",
2014-01-23 17:32:07 -06:00
"version": "0.8.0",
2013-02-01 11:36:58 -05:00
"dependencies": {
2014-03-24 15:52:11 -05:00
"jshint": "2.4.x",
"yargs": "~1.2.1"
2013-02-01 11:36:58 -05:00
},
"scripts": {
"test": "node make lint"
2013-02-01 11:36:58 -05:00
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/pdf.js.git"
2013-03-27 01:16:40 -07:00
},
"licenses": [
{
"type": "Apache v2",
"url": "https://github.com/mozilla/pdf.js/blob/master/LICENSE"
}
]
2013-02-01 11:36:58 -05:00
}