-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 978 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
{
"name": "gulp-package-version-format",
"version": "1.6.1",
"description": "",
"main": "index.js",
"files": [
"index.js",
"README.md",
"package.json"
],
"scripts": {
"test": "jest -v & jest --coverage --no-cache",
"lint": "eslint -v & eslint .",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ishi720/gulp-package-version-format.git"
},
"author": "ishi720",
"license": "MIT",
"bugs": {
"url": "https://github.com/ishi720/gulp-package-version-format/issues"
},
"homepage": "https://github.com/ishi720/gulp-package-version-format#readme",
"keywords": [
"gulp-package-version-format",
"gulp",
"gulpplugin"
],
"dependencies": {
"plugin-error": "1.x.x",
"through2": "4.x.x"
},
"devDependencies": {
"coveralls": "3.x.x",
"eslint": "7.x.x",
"gulp": "4.x.x",
"jest": "27.x.x",
"yarn": "1.x.x"
}
}