UNPKG

423 BJSONView Raw
1{
2 "author": "Roman Shtylman <shtylman@gmail.com>",
3 "name": "process",
4 "description": "process information for node.js and browsers",
5 "keywords": [
6 "process"
7 ],
8 "version": "0.5.1",
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/shtylman/node-process.git"
12 },
13 "browser": "./browser.js",
14 "browserify": "./browser.js",
15 "main": "./index.js",
16 "engines": {
17 "node": ">= 0.6.0"
18 }
19}