forked from nonplus/angular-ui-router-title
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.71 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.71 KB
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-ui-router-title",
"version": "0.1.1",
"description": "AngularJS module for updating browser title/history based on the current ui-router state.",
"main": "angular-ui-router-title.js",
"types": "./index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"ts-compile": "./node_modules/gulp/bin/gulp.js lint ts-compile",
"karma-test": "./node_modules/karma/bin/karma start --browsers Firefox --single-run",
"test": "npm run ts-compile && npm run karma-test"
},
"repository": {
"type": "git",
"url": "https://github.com/nonplus/angular-ui-router-title.git"
},
"author": "Stepan Riha <github@nonplus.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nonplus/angular-ui-router-title/issues"
},
"homepage": "https://github.com/nonplus/angular-ui-router-title",
"devDependencies": {
"@types/angular-mocks": "^1.5.5",
"@types/jasmine": "^2.5.36",
"angular": "^1.3.15",
"angular-mocks": "^1.3.15",
"angular-ui-router": "^0.2.18",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.2.3",
"gulp-karma": "0.0.4",
"gulp-serve": "^0.3.1",
"gulp-tag-version": "^1.2.1",
"gulp-tslint": "^6.1.2",
"gulp-typescript": "^3.1.2",
"gulp-util": "^3.0.4",
"gulp-wrap": "^0.11.0",
"jasmine-core": "^2.3.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^0.3.5",
"lodash": "^3.8.0",
"open": "0.0.5",
"run-sequence": "^1.1.0",
"tslint": "^3.15.1",
"typescript": "^2.0.6"
},
"dependencies": {
"@types/angular": "^1.5.17",
"@types/angular-ui-router": "^1.1.34"
}
}