| { |
| "author": { |
| "email": "shtylman@gmail.com", |
| "name": "Roman Shtylman" |
| }, |
| "bugs": { |
| "url": "https://github.com/shtylman/node-browser-resolve/issues" |
| }, |
| "bundleDependencies": false, |
| "dependencies": { |
| "resolve": "1.1.7" |
| }, |
| "deprecated": false, |
| "description": "resolve which handles browser field support in package.json", |
| "devDependencies": { |
| "mocha": "1.14.0" |
| }, |
| "files": [ |
| "index.js", |
| "empty.js" |
| ], |
| "homepage": "https://github.com/shtylman/node-browser-resolve#readme", |
| "keywords": [ |
| "resolve", |
| "browser" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "browser-resolve", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/shtylman/node-browser-resolve.git" |
| }, |
| "scripts": { |
| "test": "mocha --reporter list test/*.js" |
| }, |
| "version": "1.11.3" |
| } |