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