-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
21 lines (21 loc) · 931 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"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 <[email protected]> (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"
}
}