pdf.js/package.json
Timothy Gu 3d3d8edf29 Clean up npm dependencies and add license property
underscore and moment were not used anywhere
2015-10-30 08:49:50 -05:00

22 lines
455 B
JSON

{
"name": "pdf.js",
"version": "0.8.0",
"devDependencies": {
"jsdoc": "^3.3.0-alpha9",
"jshint": "^2.4.0",
"wintersmith": "^2.0.0",
"rimraf": "^2.4.1",
"shelljs": "~0.5.1",
"typogr": "~0.6.5",
"yargs": "^3.14.0"
},
"scripts": {
"test": "node ./node_modules/.bin/jshint --extra-ext .jsm ."
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/pdf.js.git"
},
"license": "Apache-2.0"
}