github-pages-deploy-action/node_modules/browser-resolve/package.json

30 lines
597 B
JSON
Raw Normal View History

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