-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
48 lines (48 loc) · 968 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "lila-tasks",
"version": "1.0.3",
"description": "lila built-in tasks",
"main": "lib/index.js",
"author": "deepraining <[email protected]>",
"homepage": "https://github.com/deepraining/lila",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/deepraining/lila/tree/master/packages/lila-tasks",
"keywords": [
"web",
"build",
"tool",
"teamwork",
"babel",
"gulp",
"cli",
"task",
"stream"
],
"bugs": {
"url": "https://github.com/deepraining/lila/issues"
},
"readmeFilename": "README.md",
"files": [
"lib"
],
"scripts": {},
"dependencies": {
"crypto-md5": "^1.0.0",
"del": "^3.0.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"gulp-ssh": "^0.7.0",
"lodash": "^4.17.11",
"rd": "^2.0.1",
"ssh2": "^1.11.0"
},
"devDependencies": {
"gulp": "^4.0.0"
},
"engines": {
"node": ">=8.0.0"
}
}