orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
31 lines (30 loc) • 746 B
JSON
{
"name": "case-sensitive-paths-webpack-plugin",
"version": "1.1.4",
"description": "Enforces module path case sensitivity in Webpack",
"main": "index.js",
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"case sensitive",
"import",
"require"
],
"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": {
"mocha": "^3.0.1",
"webpack": "^1.13.1"
}
}