-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 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
{
"name": "dotup-aws-credentials-loader",
"version": "0.0.8",
"description": "load aws credentials from aws-cli file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean-dist": "rimraf dist",
"test": "jasmine-ts",
"docs": "typedoc --mode file --out docs src --exclude \"**/*+(index|.spec|.e2e).ts\"",
"gh-pages": "rimraf docs && npm run docs && gh-pages -d docs",
"npm-publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotupNET/dotup-aws-credentials-loader.git"
},
"keywords": [
"amazon",
"aws",
"alexa",
"ask",
"aws-cli",
"credentials",
"grunt",
"aws-deploy",
"grunt-aws-lambda"
],
"author": "Peter Ullrich",
"license": "MIT",
"bugs": {
"url": "https://github.com/dotupNET/dotup-aws-credentials-loader/issues"
},
"homepage": "https://github.com/dotupNET/dotup-aws-credentials-loader#readme",
"devDependencies": {
"@types/jasmine": "^3.3.7",
"gh-pages": "^2.0.1",
"jasmine": "^3.3.0",
"jasmine-ts": "^0.3.0",
"jasmine-reporters": "^2.3.2",
"jasmine-ts-console-reporter": "^3.1.1",
"rimraf": "^2.6.3",
"ts-node": "^8.0.1",
"typedoc": "^0.14.0",
"typescript": "^3.1.3",
"tslint": "^5.12.1",
"tslint-microsoft-contrib": "^6.0.0",
"grunt": "^1.0.3",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-newer": "^1.1.0",
"grunt-nodemon": "^0.4.2",
"grunt-ts": "^6.0.0-beta.22",
"grunt-tslint": "^5.0.2",
"grunt-run": "^0.8.1"
}
}