{
	"name": "is-regex",
	"version": "0.0.0",
	"description": "Is this value a JS regex?",
	"author": "Jordan Harband",
	"license": "MIT",
	"main": "index.js",
	"scripts": {
		"test": "node test.js",
		"coverage": "covert test.js",
		"coverage-quiet": "covert test.js --quiet"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/ljharb/is-regex.git"
	},
	"bugs": {
		"url": "https://github.com/ljharb/is-regex/issues"
	},
	"homepage": "https://github.com/ljharb/is-regex",
	"keywords": [
		"regex",
		"regexp",
		"is",
		"regular expression",
		"regular",
		"expression"
	],
	"dependencies": {},
	"devDependencies": {
		"tape": "~2.3.2",
		"covert": "~0.3.0"
	},
	"testling": {
		"files": "test.js",
		"browsers": [
			"iexplore/6.0..latest",
			"firefox/3.0..6.0",
			"firefox/15.0..latest",
			"firefox/nightly",
			"chrome/4.0..10.0",
			"chrome/20.0..latest",
			"chrome/canary",
			"opera/10.0..12.0",
			"opera/15.0..latest",
			"opera/next",
			"safari/4.0..latest",
			"ipad/6.0..latest",
			"iphone/6.0..latest",
			"android-browser/4.2"
		]
	},
	"engines": {
		"node": ">= 0.4"
	}
}

