| { |
| "author": "Roman Shtylman <shtylman@gmail.com>", |
| "dependencies": { |
| "resolve": "1.1.7" |
| }, |
| "description": "resolve which handles browser field support in package.json", |
| "devDependencies": { |
| "mocha": "1.14.0" |
| }, |
| "files": [ |
| "index.js", |
| "empty.js" |
| ], |
| "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" |
| } |