forked from nonplus/angular-ui-router-uib-modal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.9 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": "angular-ui-router-uib-modal",
"version": "0.0.11",
"description": "AngularJS module that adds support for ui-bootstrap modal states when using ui-router.",
"main": "angular-ui-router-uib-modal.js",
"types": "./index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"ts-compile": "./node_modules/gulp/bin/gulp.js 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-uib-modal.git"
},
"author": "Stepan Riha <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nonplus/angular-ui-router-uib-modal/issues"
},
"homepage": "https://github.com/nonplus/angular-ui-router-uib-modal",
"devDependencies": {
"@types/angular": "^1.6.39",
"@types/angular-mocks": "^1.5.11",
"@types/angular-ui-bootstrap": "^0.13.46",
"@types/angular-ui-router": "^1.1.40",
"@types/jasmine": "^2.8.1",
"@types/ui-router-extras": "^0.1.4",
"angular": "^1.6.6",
"angular-mocks": "^1.6.6",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-router": "^0.4.3",
"gulp": "^3.8.11",
"gulp-bump": "^2.8.0",
"gulp-eslint": "^4.0.0",
"gulp-filter": "^5.0.1",
"gulp-git": "^2.4.2",
"gulp-serve": "^1.4.0",
"gulp-tag-version": "^1.2.1",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.3",
"gulp-util": "^3.0.4",
"gulp-wrap": "^0.13.0",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-typescript": "^3.0.8",
"lodash": "^4.17.4",
"open": "0.0.5",
"run-sequence": "^2.2.0",
"tslint": "^5.8.0",
"typescript": "^2.6.1",
"ui-router-extras": "^0.1.3"
},
"dependencies": {}
}