1 {
2 "author": "Keith M Wesolowski <keith.wesolowski@joyent.com>",
3 "name": "v8plus",
4 "description": "utility environment for writing addons in C",
5 "version": "0.0.5",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/wesolows/v8plus.git"
9 },
10 "bugs": {
11 "url" : "http://github.com/wesolows/v8plus/issues"
12 },
13 "dependencies": {
14 "posix-getopt": "~0.0.1"
15 },
16 "main": "origin.js"
17 }
|
1 {
2 "author": "Keith M Wesolowski <keith.wesolowski@joyent.com>",
3 "name": "v8plus",
4 "description": "utility environment for writing addons in C",
5 "version": "0.0.6",
6 "contributors": [
7 "Joshua M. Clulow <jmc@joyent.com>"
8 ],
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/wesolows/v8plus.git"
12 },
13 "bugs": {
14 "url" : "http://github.com/wesolows/v8plus/issues"
15 },
16 "dependencies": {
17 "posix-getopt": "~0.0.1"
18 },
19 "main": "origin.js"
20 }
|