mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 08:30:51 +00:00
30 lines
597 B
JSON
30 lines
597 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|