-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1012 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-feather",
"version": "0.1.9",
"description": "Render feathericons on the server-side using gulp",
"main": "index.js",
"scripts": {
"test": "c8 --reporter=text mocha --recursive",
"linter": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oToToT/gulp-feather.git"
},
"keywords": [
"gulp",
"gulpplugin",
"icons",
"ssr",
"feather",
"icons",
"feathericons",
"feather-icons"
],
"author": "oToToT",
"license": "MIT",
"bugs": {
"url": "https://github.com/oToToT/gulp-feather/issues"
},
"homepage": "https://github.com/oToToT/gulp-feather#readme",
"dependencies": {
"feather-icons": "^4.29.0",
"jsdom": "^19.0.0",
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"c8": "^7.11.2",
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"mocha": "^10.0.0",
"vinyl": "^2.2.1"
}
}