forked from chipbell4/laravel-elixir-jscs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 871 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-jscs-wrapper",
"version": "2.0.0",
"description": "Laravel Elixir JSCS Extension",
"main": "index.js",
"dependencies": {
"gulp-jscs": "2.0.0",
"laravel-elixir": "4.0.1",
"gulp-notify": "^2.2.0",
"snyk": "^1.234.0"
},
"devDependencies": {},
"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/NicolasPio/laravel-elixir-jscs-wrapper"
},
"keywords": [
"laravel",
"elixir",
"jscs",
"gulp"
],
"author": "Nicolas Pio",
"license": "MIT",
"bugs": {
"url": "https://github.com/NicolasPio/laravel-elixir-jscs-wrapper/issues"
},
"homepage": "https://github.com/NicolasPio/laravel-elixir-jscs-wrapper",
"snyk": true
}