2013-02-02 01:36:58 +09:00
|
|
|
{
|
|
|
|
"name": "pdf.js",
|
2014-01-24 08:32:07 +09:00
|
|
|
"version": "0.8.0",
|
2013-02-02 01:36:58 +09:00
|
|
|
"dependencies": {
|
2014-03-25 05:52:11 +09:00
|
|
|
"jshint": "2.4.x",
|
|
|
|
"yargs": "~1.2.1"
|
2013-02-02 01:36:58 +09:00
|
|
|
},
|
2014-04-11 02:01:51 +09:00
|
|
|
"devDependencies": {
|
2014-04-14 05:54:24 +09:00
|
|
|
"jsdoc": "~3.3.0",
|
2014-04-11 02:01:51 +09:00
|
|
|
"wintersmith": "2.0.x",
|
|
|
|
"moment": "2.3.x",
|
|
|
|
"underscore": "1.4.x",
|
|
|
|
"typogr": "0.5.x"
|
|
|
|
},
|
2013-02-02 01:36:58 +09:00
|
|
|
"scripts": {
|
2014-04-12 01:42:44 +09:00
|
|
|
"test": "node ./node_modules/.bin/jshint ."
|
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
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "Apache v2",
|
|
|
|
"url": "https://github.com/mozilla/pdf.js/blob/master/LICENSE"
|
|
|
|
}
|
|
|
|
]
|
2013-02-02 01:36:58 +09:00
|
|
|
}
|