-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 999 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
{
"author": "Kirill Fuchs <[email protected]> (http://github.com/kfuchs)",
"name": "angular-focus-on-demo",
"description": "A directive to easily apply focus on an element through the use of events",
"version": "0.10.0",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/kfuchs/angular-focus-on.git"
},
"keywords":[
],
"bugs": {
"url": "https://github.com/kfuchs/angular-focus-on/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kfuchs/angular-focus-on/blob/master/LICENSE"
}
],
"dependencies": {
"angular": ">= 1.2.0"
},
"devDependencies": {
"express":"~3.4.4",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-jshint": "~0.7.0",
"grunt-karma": "~0.6.2"
},
"main": "src/focus-on.js"
}