-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.16 KB
/
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-main-bower-files",
"version": "1.8.2",
"description": "Use main-bower-files in a more gulp like way.",
"main": "index.js",
"scripts": {
"test": "istanbul cover ./node_modules/mocha/bin/_mocha",
"test:watch": "mocha --watch",
"report-coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/codecov",
"prettier": "prettier --single-quote --write ./**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mauricedb/gulp-main-bower-files.git"
},
"keywords": [
"gulp-main-bower-files",
"gulp",
"plugin",
"gulpplugin",
"main-bower-files"
],
"author": "Maurice de Beijer",
"license": "MIT",
"bugs": {
"url": "https://github.com/mauricedb/gulp-main-bower-files/issues"
},
"homepage": "https://github.com/mauricedb/gulp-main-bower-files",
"dependencies": {
"main-bower-files": "2.13.3",
"plugin-error": "2.0.1",
"through2": "4.0.2"
},
"devDependencies": {
"codecov.io": "0.1.6",
"gulp": "5.0.0",
"gulp-debug": "5.0.1",
"gulp-mocha": "10.0.1",
"istanbul": "0.4.5",
"mocha": "11.0.1",
"prettier": "3.4.2",
"stream-assert": "2.0.3"
}
}