-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 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
{
"name": "gulp-dependencies-changed",
"version": "1.0.3",
"description": "Smart incremental building by dependency analysis",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "https://github.com/mixi-inc/gulp-dependencies-changed"
},
"keywords": [
"gulp",
"gulpplugin",
"incremental",
"dependency",
"changed"
],
"author": "Kuniwak",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixi-inc/gulp-dependencies-changed/issues"
},
"engines": {
"node": ">=10.23.0"
},
"homepage": "https://github.com/mixi-inc/gulp-dependencies-changed",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"es6-promise": "^4.2.8",
"mocha": "^8.2.1",
"vinyl": "^0.5.1"
},
"dependencies": {
"highland": "^2.5.1",
"lodash": "^4.17.20",
"vinyl-file": "^1.2.1"
}
}