-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
{
"name": "aws-agent",
"version": "0.3.0",
"description": "Chrome extension that enables access to AWS resources",
"scripts": {
"test": "mocha",
"build": "gulp",
"package": "make package-all",
"preversion": "npm t",
"version": "npx json -I -f lib/manifest.json -e \"this.version=\\\"$(npx json -f package.json version)\\\"\" && git add lib/manifest.json"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"aws",
"sigv4",
"chrome-extension"
],
"author": "John Jones <[email protected]>",
"license": "MIT",
"devDependencies": {
"assert": "^2.0.0",
"aws4": "^1.11.0",
"aws4fetch": "^1.0.13",
"browserify": "^17.0.0",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-no-unsanitized": "^4.0.1",
"eslint-plugin-react": "^7.30.0",
"fetch-headers": "^2.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-terser": "^2.1.0",
"isomorphic-webcrypto": "^2.3.8",
"json": "^11.0.0",
"mocha": "^10.0.0",
"normalize.css": "^8.0.1",
"pump": "^3.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"web-ext": "^6.8.0",
"webextension-polyfill": "^0.9.0"
}
}