pdf.js/package.json

21 lines
361 B
JSON
Raw Normal View History

2013-02-02 01:36:58 +09:00
{
"name": "pdf.js",
2014-01-24 08:32:07 +09:00
"version": "0.8.0",
2013-02-02 01:36:58 +09:00
"dependencies": {
"jshint": "2.4.x"
2013-02-02 01:36:58 +09:00
},
"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
}