-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "ng-focus-if",
"version": "1.0.7",
"description": "AngularJS directive that will trigger focus on an element under specified conditions",
"repository": {
"type": "git",
"url": "https://github.com/hiebj/ng-focus-if.git"
},
"main": "index.js",
"author": "Jonathan Hieb",
"keywords": [
"angular",
"angularjs",
"directive",
"focus-if",
"autofocus",
"focus",
"delay"
],
"license": "MIT",
"devDependencies": {
"angular": "^1.4.2",
"angular-mocks": "^1.4.2",
"gulp": "^3.9.0",
"gulp-cli": "^1.1.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.3.4",
"karma": "^1.0.0",
"karma-cli": "^1.0.0",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "^0.0.26",
"phantomjs-prebuilt": "^2.1.4"
},
"scripts": {
"gulp": "gulp",
"test": "karma start --single-run",
"coverage": "karma start --reporters coverage --single-run"
}
}