-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 722 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 722 Bytes
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
{
"name": "angular-w5c-validator",
"version": "2.5.9",
"keywords": [
"angular",
"angularjs",
"validation",
"angular validation",
"validator",
"angular validator",
"validate",
"angular validate",
"why520crazy",
"w5cValidator"
],
"main": "w5cValidator.js",
"homepage": "https://github.com/why520crazy/angular-w5c-validator",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.1.0",
"gulp-header": "^2.0.1",
"gulp-less": "^4.0.0",
"gulp-uglify": "^3.0.0",
"http-server": "^0.11.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"server": "http-server ./ -c-1",
"build": "gulp build"
}
}