pdf.js/package.json

24 lines
476 B
JSON
Raw Normal View History

2013-02-02 01:36:58 +09:00
{
"name": "pdf.js",
2014-01-24 08:32:07 +09:00
"version": "0.8.0",
"devDependencies": {
"jsdoc": "^3.3.0-alpha9",
"jshint": "~2.8.0",
"node-ensure": "^0.0.0",
"requirejs": "^2.1.22",
"rimraf": "^2.4.1",
"shelljs": "~0.4.0",
"typogr": "~0.6.5",
"wintersmith": "^2.0.0",
"yargs": "^3.14.0"
},
2013-02-02 01:36:58 +09:00
"scripts": {
"test": "node make lint"
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
},
"license": "Apache-2.0"
2013-02-02 01:36:58 +09:00
}