-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 762 Bytes
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
{
"name": "gulp-load-subtasks",
"version": "1.2.2",
"description": "A globular loader for gulp subtasks",
"main": ".",
"repository": {
"type": "git",
"url": "http://github.com/fluffywaffles/gulp-load-subtasks"
},
"dependencies": {
"glob": "^5.0.15",
"path-ends-with": "^0.2.2"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"del": "^2.0.2",
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-livescript": "^3.0.1",
"gulp-load-plugins": "^2.0.2",
"gulp-mocha": "^7.0.2",
"gulp-rename": "^1.2.2",
"livescript": "^1.4.0"
},
"scripts": {
"test": "gulp"
},
"keywords": [
"gulp",
"gulpplugin",
"task",
"subtask"
],
"author": "fluffywaffles",
"license": "ISC"
}