mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
43 lines
1016 B
JSON
43 lines
1016 B
JSON
{
|
|
"name": "case-sensitive-paths-webpack-plugin",
|
|
"version": "2.3.0",
|
|
"description": "Enforces module path case sensitivity in Webpack",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha test/",
|
|
"lint": "eslint index.js",
|
|
"lintfix": "eslint --fix index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
|
|
},
|
|
"keywords": [
|
|
"webpack",
|
|
"plugin",
|
|
"case sensitive",
|
|
"import",
|
|
"require"
|
|
],
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"author": "Michael Pratt",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
|
|
},
|
|
"homepage": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme",
|
|
"devDependencies": {
|
|
"eslint": "6.8.0",
|
|
"eslint-config-airbnb-base": "14.0.0",
|
|
"eslint-plugin-import": "^2.3.0",
|
|
"fs-extra": "^2.1.2",
|
|
"mocha": "7.0.0",
|
|
"webpack": "4.41.5"
|
|
}
|
|
}
|