UNPKG

1.02 kBJSONView Raw
1{
2 "name": "case-sensitive-paths-webpack-plugin",
3 "version": "2.2.0",
4 "description": "Enforces module path case sensitivity in Webpack",
5 "engines": {
6 "node": ">=4"
7 },
8 "main": "index.js",
9 "scripts": {
10 "test": "mocha test/",
11 "lint": "eslint index.js",
12 "lintfix": "eslint --fix index.js"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
17 },
18 "keywords": [
19 "webpack",
20 "plugin",
21 "case sensitive",
22 "import",
23 "require"
24 ],
25 "files": [
26 "index.js"
27 ],
28 "author": "Michael Pratt",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
32 },
33 "homepage": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme",
34 "devDependencies": {
35 "eslint": "^3.19.0",
36 "eslint-config-airbnb-base": "^11.2.0",
37 "eslint-plugin-import": "^2.3.0",
38 "fs-extra": "^2.1.2",
39 "mocha": "^3.0.1",
40 "webpack": "^4.0.1"
41 }
42}