forked from inikulin/gulp-ll
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 893 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 893 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
37
38
39
40
41
42
43
44
{
"name": "gulp-ll-next",
"version": "2.1.0",
"description": "Run CPU-consuming Gulp tasks in the separate processes to achieve faster builds.",
"main": "./index.js",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inikulin/gulp-ll.git"
},
"keywords": [
"gulp",
"multiprocess",
"process",
"thread",
"threads",
"heavy",
"cpu",
"fast",
"task"
],
"author": "Ivan Nikulin <ifaaan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inikulin/gulp-ll/issues"
},
"homepage": "https://github.com/inikulin/gulp-ll#readme",
"files": [
"index.js"
],
"dependencies": {
"pinkie-promise": "^1.0.0",
"plugin-error": "^1.0.1"
},
"devDependencies": {
"gulp": "^5.0.0",
"mocha": "^10.2.0"
}
}