|
|
@ -2,15 +2,13 @@ |
|
|
|
"name": "pdf.js", |
|
|
|
"name": "pdf.js", |
|
|
|
"version": "0.8.0", |
|
|
|
"version": "0.8.0", |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"jsdoc": "3.3.0-alpha9", |
|
|
|
"jsdoc": "^3.3.0-alpha9", |
|
|
|
"jshint": "~2.4.0", |
|
|
|
"jshint": "^2.4.0", |
|
|
|
"wintersmith": "~2.0.0", |
|
|
|
"wintersmith": "^2.0.0", |
|
|
|
"moment": "~2.3.0", |
|
|
|
|
|
|
|
"underscore": "~1.4.0", |
|
|
|
|
|
|
|
"rimraf": "^2.4.1", |
|
|
|
"rimraf": "^2.4.1", |
|
|
|
"shelljs": "0.4.0", |
|
|
|
"shelljs": "~0.5.1", |
|
|
|
"typogr": "~0.5.0", |
|
|
|
"typogr": "~0.6.5", |
|
|
|
"yargs": "~1.2.1" |
|
|
|
"yargs": "^3.14.0" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"test": "node ./node_modules/.bin/jshint --extra-ext .jsm ." |
|
|
|
"test": "node ./node_modules/.bin/jshint --extra-ext .jsm ." |
|
|
@ -19,10 +17,5 @@ |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|
"url": "git://github.com/mozilla/pdf.js.git" |
|
|
|
"url": "git://github.com/mozilla/pdf.js.git" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"licenses": [ |
|
|
|
"license": "Apache-2.0" |
|
|
|
{ |
|
|
|
|
|
|
|
"type": "Apache v2", |
|
|
|
|
|
|
|
"url": "https://github.com/mozilla/pdf.js/blob/master/LICENSE" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|