{
    "name"          : "v8-natives",
    "description"   : "A simple API for accessing v8 native instructions",
    "url"           : "http://github.com/Nathanaela/v8-natives",
    "keywords"      : ["v8", "chrome", "chromium", "optimize", "optimization", "v8-natives", "speed", "performance", "nativescript"],
    "author"        : "Nathanael Anderson <nathanael.anderson@gmail.com> (http://github.com/Nathanaela)",
   "license": {
	 "type": "MIT",
	 "url": "https://github.com/Nathanaela/v8-natives/blob/master/LICENSE"
   },
   "lib"           : "lib",
    "bugs"          : {"url": "http://github.com/Nathanaela/v8-natives/issues"},
    "repository"    : {"type": "git", "url": "http://github.com/Nathanaela/v8-natives.git"},
    "main"          : "lib/v8-node",
    "version"       : "1.2.5",
    "engines"       : {"node": ">= 0.6.0" },
    "directories"   : {
        "lib" : "lib",
        "examples" : "examples"
    }
}
