{
	"name": "static-eval",
	"version": "2.0.5",
	"description": "evaluate statically-analyzable expressions",
	"main": "index.js",
	"dependencies": {
		"escodegen": "^1.11.1"
	},
	"devDependencies": {
		"esprima": "^3.1.3",
		"tape": "^4.10.1"
	},
	"scripts": {
		"test": "tape test/*.js"
	},
	"testling": {
		"files": "test/*.js",
		"browsers": [
			"ie/8..latest",
			"ff/latest",
			"chrome/latest",
			"opera/latest",
			"safari/latest"
		]
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/browserify/static-eval.git"
	},
	"homepage": "https://github.com/browserify/static-eval",
	"keywords": [
		"static",
		"eval",
		"expression",
		"esprima",
		"ast",
		"abstract",
		"syntax",
		"tree",
		"analysis"
	],
	"author": {
		"name": "James Halliday",
		"email": "mail@substack.net",
		"url": "http://substack.net"
	},
	"license": "MIT"
}
