| { |
| "author": { |
| "email": "mail@substack.net", |
| "name": "James Halliday", |
| "url": "http://substack.net" |
| }, |
| "bugs": "https://github.com/browserify/path-browserify/issues", |
| "dependencies": {}, |
| "description": "the path module from node core for browsers", |
| "devDependencies": { |
| "tape": "^4.9.0" |
| }, |
| "homepage": "https://github.com/browserify/path-browserify", |
| "keywords": [ |
| "browser", |
| "browserify", |
| "path" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "path-browserify", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/browserify/path-browserify.git" |
| }, |
| "scripts": { |
| "test": "node test" |
| }, |
| "version": "1.0.0" |
| } |