mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 21:08:42 +00:00
6a9c2be4ea
Update request version dependency
22 lines
517 B
JSON
22 lines
517 B
JSON
{
|
|
"author": "Glenn Jones",
|
|
"name": "microformat-shiv-updater",
|
|
"description": "A script for updating microformat-shiv in mozilla-central from source repo",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"homepage": "http://microformat-shiv.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/glennjones/microformat-shiv-updater.git"
|
|
},
|
|
"main": "update.js",
|
|
"scripts": {
|
|
"start": "update"
|
|
},
|
|
"dependencies": {
|
|
"download-github-repo": "0.1.x",
|
|
"fs-extra": "0.19.x",
|
|
"request": ">=2.68.0"
|
|
}
|
|
}
|