pdf.js/package.json
2014-04-11 11:42:44 -05:00

28 lines
531 B
JSON

{
"name": "pdf.js",
"version": "0.8.0",
"dependencies": {
"jshint": "2.4.x",
"yargs": "~1.2.1"
},
"devDependencies": {
"wintersmith": "2.0.x",
"moment": "2.3.x",
"underscore": "1.4.x",
"typogr": "0.5.x"
},
"scripts": {
"test": "node ./node_modules/.bin/jshint ."
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/pdf.js.git"
},
"licenses": [
{
"type": "Apache v2",
"url": "https://github.com/mozilla/pdf.js/blob/master/LICENSE"
}
]
}