-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
48 lines (48 loc) · 994 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
45
46
47
48
{
"name": "gulp-w3cjs",
"version": "1.3.2",
"description": "A Gulp wrapper for w3cjs to validate your HTML",
"keywords": [
"gulpplugin",
"html",
"validate",
"validation",
"w3c"
],
"homepage": "https://github.com/callumacrae/gulp-w3cjs",
"bugs": "https://github.com/callumacrae/gulp-w3cjs/issues",
"author": {
"name": "Callum Macrae",
"email": "[email protected]",
"url": "https://github.com/callumacrae"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/callumacrae/gulp-w3cjs.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"ansi-colors": "^3.2.1",
"fancy-log": "^1.3.2",
"plugin-error": "^1.0.1",
"through2": "^3.0.1",
"w3cjs": "^0.4.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"should": "^13.2.3",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}