pdf.js/package.json

21 lines
401 B
JSON
Raw Normal View History

2013-02-02 01:36:58 +09:00
{
"name": "pdf.js",
"version": "0.7.169",
"dependencies": {
"jshint": "git://github.com/jshint/jshint.git#42ace75a"
},
"scripts": {
"test": "node make lint"
2013-02-02 01:36:58 +09:00
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/pdf.js.git"
2013-03-27 17:16:40 +09:00
},
"licenses": [
{
"type": "Apache v2",
"url": "https://github.com/mozilla/pdf.js/blob/master/LICENSE"
}
]
2013-02-02 01:36:58 +09:00
}