summaryrefslogtreecommitdiffstats
path: root/toolkit/components/microformats/update/package.json
blob: 8f829439f1cafbe0d6f7e1e401d8d1cb5badb191 (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.58.x"
	}
}