forked from FabioAntunes/laravel-elixir-wiredep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 839 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
{
"name": "laravel-elixir-wiredep",
"version": "2.1.0",
"description": "Laravel Elixir Wiredep extension",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/FabioAntunes/laravel-elixir-wiredep"
},
"keywords": [
"laravel",
"elixir",
"wiredep",
"gulp"
],
"author": "Fabio Antunes",
"license": "MIT",
"homepage": "https://github.com/FabioAntunes/laravel-elixir-wiredep",
"bugs": {
"url": "https://github.com/FabioAntunes/laravel-elixir-wiredep/issues"
},
"dependencies": {
"wiredep": "^4.0.0",
"snyk": "^1.316.1"
},
"peerDependencies": {
"laravel-elixir": ">=3.0"
},
"snyk": true
}