forked from hueitan/angular-validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.76 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "angular-validation",
"version": "1.4.3",
"description": "Client-side Validation for AngularJS",
"repository": {
"type": "git",
"url": "https://github.com/huei90/angular-validation"
},
"homepage": "http://huei90.github.io/angular-validation/",
"scripts": {
"test": "grunt karma",
"build": "grunt build",
"development": "grunt dev"
},
"author": {
"name": "Huei Tan",
"email": "[email protected]",
"url": "https://github.com/huei90"
},
"license": "MIT",
"keywords": [
"angular",
"angularjs",
"validation",
"angular validation",
"validator",
"client-side"
],
"main": "./dist/angular-validation.js",
"bugs": "https://github.com/huei90/angular-validation/issues",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"grunt": "~1.0.1",
"grunt-browser-sync": "~2.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-karma": "~2.0.0",
"grunt-karma-coveralls": "^2.5.4",
"jasmine-core": "^2.4.1",
"karma": "~1.1.1",
"karma-chrome-launcher": "~1.0.1",
"karma-coffee-preprocessor": "~1.0.1",
"karma-coverage": "^1.1.0",
"karma-firefox-launcher": "~1.0.0",
"karma-html2js-preprocessor": "~1.0.0",
"karma-jasmine": "~1.0.2",
"karma-phantomjs-launcher": "~1.0.1",
"karma-requirejs": "~1.0.0",
"karma-script-launcher": "~1.0.0",
"load-grunt-tasks": "~3.5.0",
"requirejs": "~2.2.0",
"time-grunt": "~1.4.0"
},
"dependencies": {
"webpack": "^1.13.0"
}
}