This repository has been archived by the owner on Sep 28, 2019. It is now read-only.
forked from jonsamwell/angular-auto-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "angular-auto-validate",
"version": "1.13.22",
"description": "An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors",
"main": "angular-auto-validate.min.js",
"scripts": {
"test": "default"
},
"repository": {
"type": "git",
"url": "https://github.com/jonsamwell/angular-auto-validate.git"
},
"keywords": [
"angularjs",
"validation",
"bootstrap",
"foundation"
],
"author": "Jon Samwell <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonsamwell/angular-auto-validate/issues"
},
"homepage": "https://github.com/jonsamwell/angular-auto-validate",
"devDependencies": {
"bower": "^1.3.4",
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-jsbeautifier": "^0.2.7",
"grunt-karma": "^0.8.3",
"grunt-plato": "^1.0.0",
"karma": "^0.12.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.4",
"karma-ie-launcher": "^0.1.5",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.3",
"mocha": "^1.20.1",
"sinon": "^1.10.2"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests",
"reports"
]
}