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": {
|
2015-06-30 20:20:48 -07:00
|
|
|
"jsdoc": "^3.3.0-alpha9",
|
2015-11-12 22:21:25 +01:00
|
|
|
"jshint": "~2.8.0",
|
2015-06-30 20:20:48 -07:00
|
|
|
"wintersmith": "^2.0.0",
|
2015-07-16 21:40:57 +02:00
|
|
|
"rimraf": "^2.4.1",
|
2015-10-30 12:41:46 -05:00
|
|
|
"shelljs": "~0.4.0",
|
2015-06-30 20:20:48 -07:00
|
|
|
"typogr": "~0.6.5",
|
|
|
|
"yargs": "^3.14.0"
|
2014-04-10 10:01:51 -07:00
|
|
|
},
|
2013-02-01 11:36:58 -05:00
|
|
|
"scripts": {
|
2014-12-23 13:07:35 +01:00
|
|
|
"test": "node ./node_modules/.bin/jshint --extra-ext .jsm ."
|
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
|
|
|
},
|
2015-06-30 20:20:48 -07:00
|
|
|
"license": "Apache-2.0"
|
2013-02-01 11:36:58 -05:00
|
|
|
}
|