-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 947 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
33
34
35
36
37
38
39
40
41
{
"name": "laravel-elixir-livereload",
"version": "1.1.6",
"description": "An elixir wrapper for livereload",
"keywords": [
"laravel",
"elixir",
"livereload",
"gulp"
],
"author": {
"name": "Joseph Richardson",
"email": "[email protected]",
"url": "https://github.com/EHLOVader"
},
"repository": {
"type": "git",
"url": "https://github.com/ehlovader/laravel-elixir-livereload"
},
"bugs": {
"url": "https://github.com/ehlovader/laravel-elixir-livereload/issues"
},
"homepage": "https://github.com/ehlovader/laravel-elixir-livereload",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"gulp": "^3.8.8",
"gulp-livereload": "^3.8.0",
"gulp-util": "~2.2.0"
},
"peerDependencies": {
"laravel-elixir": "^5.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}