2013-02-01 11:36:58 -05:00
|
|
|
{
|
|
|
|
"name": "pdf.js",
|
2014-01-23 17:32:07 -06:00
|
|
|
"version": "0.8.0",
|
2014-04-10 10:01:51 -07:00
|
|
|
"devDependencies": {
|
2014-04-13 15:54:24 -05:00
|
|
|
"jsdoc": "~3.3.0",
|
2014-05-13 02:31:54 +02:00
|
|
|
"jshint": "2.4.x",
|
2014-04-10 10:01:51 -07:00
|
|
|
"wintersmith": "2.0.x",
|
|
|
|
"moment": "2.3.x",
|
|
|
|
"underscore": "1.4.x",
|
2014-05-13 02:31:54 +02:00
|
|
|
"typogr": "0.5.x",
|
|
|
|
"yargs": "~1.2.1"
|
2014-04-10 10:01:51 -07:00
|
|
|
},
|
2013-02-01 11:36:58 -05:00
|
|
|
"scripts": {
|
2014-04-11 11:42:44 -05:00
|
|
|
"test": "node ./node_modules/.bin/jshint ."
|
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
|
|
|
}
|