forked from tilfinltd/aws-extend-switch-roles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "aws-extend-switch-roles",
"version": "0.14.0",
"description": "Extend your AWS IAM switching roles by Chrome extension",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"archive": "./bin/build.sh; ./bin/archive.sh",
"build": "./bin/build.sh",
"test": "karma start",
"test_ci": "karma start --single-run --browsers ChromeHeadless karma.conf.js",
"coverage": "codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tilfin/aws-extend-switch-roles.git"
},
"author": "Toshimitsu Takahashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/tilfin/aws-extend-switch-roles/issues"
},
"homepage": "https://github.com/tilfin/aws-extend-switch-roles#readme",
"devDependencies": {
"chai": "^4.2.0",
"karma": "^4.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-mocha": "^1.3.0",
"mocha": "^5.2.0"
}
}