forked from sttk/gulp-test-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 883 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
{
"name": "@fomantic/gulp-test-tools",
"version": "0.6.2",
"description": "Test tools for gulp",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --timeout 7000",
"coverage": "nyc --reporter=lcov --reporter=text-summary npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fomantic/gulp-test-tools.git"
},
"keywords": [
"gulp",
"test"
],
"author": "Takayuki Sato",
"license": "MIT",
"bugs": {
"url": "https://github.com/sttk/gulp-test-tools/issues"
},
"homepage": "https://github.com/sttk/gulp-test-tools#readme",
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.26.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"mocha": "^9.2.2"
},
"dependencies": {
"fined": "^2.0.0",
"fs-extra": "^10.1.0",
"nyc": "^15.1.0",
"semver": "^7.3.8"
}
}