blob: 3719866940a780428883d44d659b11eee7f0f674 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"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"
}
}
|