| { |
| "author": { |
| "email": "shtylman@gmail.com", |
| "name": "Roman Shtylman" |
| }, |
| "browser": "./browser.js", |
| "bugs": { |
| "url": "https://github.com/shtylman/node-process/issues" |
| }, |
| "bundleDependencies": false, |
| "deprecated": false, |
| "description": "process information for node.js and browsers", |
| "devDependencies": { |
| "mocha": "2.2.1", |
| "zuul": "^3.10.3" |
| }, |
| "engines": { |
| "node": ">= 0.6.0" |
| }, |
| "homepage": "https://github.com/shtylman/node-process#readme", |
| "keywords": [ |
| "process" |
| ], |
| "license": "MIT", |
| "main": "./index.js", |
| "name": "process", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/shtylman/node-process.git" |
| }, |
| "scripts": { |
| "browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js", |
| "test": "mocha test.js" |
| }, |
| "version": "0.11.10" |
| } |