UNPKG

laravel-mix-string-replace

Version:

A quick Laravel Mix extensions for string replacement support.

30 lines (29 loc) 740 B
{ "name": "laravel-mix-string-replace", "version": "0.1.0", "description": "A quick Laravel Mix extensions for string replacement support.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/kaldor/laravel-mix-string-replace.git" }, "keywords": [ "laravel", "laravel mix", "mix", "string-replace", "replace" ], "author": "Stephen Hartley", "license": "MIT", "bugs": { "url": "https://github.com/kaldor/laravel-mix-string-replace/issues" }, "homepage": "https://github.com/kaldor/laravel-mix-string-replace#readme", "devDependencies": { "laravel-mix": "^5.0.1" } }