forked from Gercoli/laravel-elixir-cachebust
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 828 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "laravel-elixir-cachebust",
"version": "1.0.1",
"description": "A module for laravel-elixir that is meant to be used instead of .version()",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Gercoli/laravel-elixir-cachebust.git"
},
"keywords": [
"laravel5",
"laravel-elixir",
"laravel",
"elixir",
"cachebust"
],
"author": "Garry Ercoli <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gercoli/laravel-elixir-cachebust/issues"
},
"homepage": "https://github.com/Gercoli/laravel-elixir-cachebust",
"dependencies": {
"del": "^1.1.1",
"gulp-util": "^3.0.4",
"object-assign": "^2.0.0",
"through2": "^0.6.3"
}
}