This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

30 lines
597 B
JSON
Raw Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "browser-resolve",
"version": "1.11.3",
"description": "resolve which handles browser field support in package.json",
"main": "index.js",
"files": [
"index.js",
"empty.js"
],
"scripts": {
"test": "mocha --reporter list test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-browser-resolve.git"
},
"keywords": [
"resolve",
"browser"
],
"author": "Roman Shtylman <shtylman@gmail.com>",
"license": "MIT",
"dependencies": {
"resolve": "1.1.7"
},
"devDependencies": {
"mocha": "1.14.0"
}
}