{
	"name": "identify-resource",
	"description": "Resolves the file paths to js, css, and html dependencies",
	"version": "6.0.1",
	"author": "popeindustries <alex@pope-industries.com>",
	"keywords": ["modules", "dependency", "js", "css", "html", "buddy"],
	"dependencies": {
		"lodash": "4.5.0"
	},
	"devDependencies": {
		"expect.js": "*",
		"mocha": "*",
		"rimraf": "*"
	},
	"main": "index.js",
	"scripts": {
		"test": "mocha --reporter spec",
		"test-windows": "node.exe ./node_modules/mocha/bin/mocha --reporter spec "
	},
	"engines": {
		"node": ">=4"
	},
	"repository": "git://github.com/popeindustries/identify-resource.git",
  "readmeFilename": "README.md",
	"license": "MIT"
}