| { |
| "author": "Roman Shtylman <shtylman@gmail.com>", |
| "browser": "./browser.js", |
| "description": "process information for node.js and browsers", |
| "devDependencies": { |
| "mocha": "2.2.1", |
| "zuul": "^3.10.3" |
| }, |
| "engines": { |
| "node": ">= 0.6.0" |
| }, |
| "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" |
| } |