This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
{
"name": "ui-router-page-title",
"version": "1.0.13",
"description": "Page Title directive for angular-ui-router",
"author": "sibiraj-s",
"license": "MIT",
"private": true,
"repository": "https://github.com/sibiraj-s/ui-router-page-title.git",
"bugs": "https://github.com/sibiraj-s/ui-router-page-title/issues",
"homepage": "https://github.com/sibiraj-s/ui-router-page-title",
"engines": {
"node": ">=16"
},
"scripts": {
"lint:js": "eslint . --ignore-path .gitignore",
"lint": "npm run lint:js",
"serve": "grunt serve",
"build": "grunt build",
"test": "karma start --single-run",
"test:watch": "karma start",
"prepare": "is-ci || husky install"
},
"keywords": [
"ui-router-page-title",
"angularjs-page-title",
"page-title",
"ui.router"
],
"peerDependencies": {
"angular": "^1.6.0"
},
"devDependencies": {
"@coffeelint/cli": "^5.2.11",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@uirouter/angularjs": "^1.0.30",
"angular": "^1.8.3",
"angular-mocks": "^1.8.3",
"coffeelint-reporter": "^3.0.0",
"eslint": "^8.30.0",
"eslint-config-pegasus": "^3.4.1",
"eslint-plugin-angular": "^4.1.0",
"grunt": "^1.5.3",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"husky": "^8.0.2",
"is-ci": "^3.0.1",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.1.0",
"lint-staged": "^13.1.0",
"load-grunt-tasks": "^5.1.0",
"sass": "^1.57.1"
}
}