-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1020 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
{
"name": "gulp-html-accents",
"version": "3.4.1",
"description": "Replace accents for HTML Entities.",
"main": "dist/gulp-html-accents.cjs.js",
"module": "dist/gulp-html-accents.es.js",
"scripts": {
"build": "bili index.js --banner --formats es,cjs --js buble",
"test": "mocha ./test.js",
"prepare": "yarn build && yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VitorLuizC/gulp-html-accents.git"
},
"keywords": [
"gulp",
"gulp-plugin",
"gulpplugin",
"html",
"accents"
],
"author": "Vitor Luiz Cavalcanti <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/VitorLuizC/gulp-html-accents/issues"
},
"homepage": "https://github.com/VitorLuizC/gulp-html-accents#readme",
"dependencies": {
"he": "^1.1.1",
"plugin-error": "^1.0.1",
"through2": "^3.0.0"
},
"devDependencies": {
"bili": "^3.4.2",
"chai": "^4.1.2",
"mocha": "^6.0.0",
"vinyl": "^2.1.0"
}
}