-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.3 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
45
46
47
48
49
50
51
52
53
{
"name": "laravel-elixir-clean-unofficial",
"version": "1.3.20",
"description": "Laravel Elixir Cleanning Extension",
"keywords": [
"laravel",
"elixir",
"clean",
"gulp"
],
"author": {
"name": "Patrick LUZOLO",
"email": "eldorplus@gmail.com",
"url": "https://github.com/eldorplus"
},
"repository": {
"type": "git",
"url": "https://github.com/eldorplus/laravel-elixir-clean-unofficial"
},
"bugs": {
"url": "https://github.com/eldorplus/laravel-elixir-clean-unofficial/issues"
},
"homepage": "https://github.com/eldorplus/laravel-elixir-clean-unofficial",
"main": "dist/index.js",
"scripts": {
"updates": "npm-check-updates -u",
"compile": "babel --presets=es2015 -d dist src",
"prepublish": "npm run compile"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"laravel-elixir": "^6.0.0-11",
"lodash": "^4.16.4"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.7.4",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.5.0",
"buble": "^0.12.3"
},
"peerDependencies": {
"laravel-elixir": "^6.0.0-11"
},
"engines": {
"node": ">=6.7.0",
"npm": ">=3.10.3"
},
"license": "MIT"
}