forked from EHLOVader/laravel-elixir-bower
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 KB
/
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
42
43
44
{
"name": "laravel-elixir-bower",
"version": "1.0.0",
"description": "Laravel Elixir Bower Extension",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"keywords": [
"laravel",
"elixir",
"bower",
"gulp"
],
"repository": {
"type": "git",
"url": "https://github.com/Crinsane/laravel-elixir-bower"
},
"author": "Rob Gloudemans",
"license": "MIT",
"homepage": "https://github.com/Crinsane/laravel-elixir-bower",
"bugs": {
"url": "https://github.com/Crinsane/laravel-elixir-bower/issues"
},
"dependencies": {
"gulp-changed": "^3.0.0",
"gulp-concat": "^2.4.1",
"gulp-filter": "^4.0.0",
"gulp-load-plugins": "^1.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-uglify": "^3.0.0",
"lodash": "^4.16.3",
"main-bower-files": "^2.1.0",
"gulp-base64": "^0.1.2",
"gulp-if": "^2.0.1",
"gulp-ignore": "^2.0.1",
"filesize": "^3.5.8",
"snyk": "^1.500.0"
},
"snyk": true
}