-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 872 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
{
"name": "gulp-html-angular-validate",
"version": "0.2.1",
"description": "Gulp plugin for html-angular-validate",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ewu02/gulp-html-angular-validate.git"
},
"keywords": [
"angular",
"gulp",
"gulpplugin",
"html",
"lint",
"template",
"validate"
],
"author": "Enming Wu",
"license": "MIT",
"bugs": {
"url": "https://github.com/ewu02/gulp-html-angular-validate/issues"
},
"homepage": "https://github.com/ewu02/gulp-html-angular-validate#readme",
"dependencies": {
"gulp-util": "^3.0.6",
"html-angular-validate": "~0.1.8",
"through2": "^2.0.0"
},
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.9.0",
"mocha": "^2.3.3",
"stream-assert": "^2.0.3"
}
}