-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 935 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 935 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
35
36
37
{
"engines": {
"node": ">= 0.9"
},
"dependencies": {
"angular": "~1.2.7"
},
"devDependencies": {
"grunt-cli": ">= 0.1.7",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-karma": "latest"
},
"name": "val-on-timeout",
"description": "AngularJS directive to improve the user experience for forms. When the user has stopped activity in a field, validation errors can be displayed.",
"version": "0.0.1",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/calendee/val-on-timeout"
},
"authors": [
"Justin Noel"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/calendee/val-on-timeout/issues"
},
"homepage": "https://github.com/calendee/val-on-timeout"
}