UNPKG

1.51 kBJSONView Raw
1{
2 "name": "mock-aws-s3",
3 "description": "Mock AWS S3 SDK for Node.js",
4 "version": "4.0.0",
5 "homepage": "https://github.com/MathieuLoutre/mock-aws-s3",
6 "author": {
7 "name": "Mathieu Triay",
8 "email": "mathieu.triay@gmail.com"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/MathieuLoutre/mock-aws-s3.git"
13 },
14 "bugs": {
15 "url": "https://github.com/MathieuLoutre/mock-aws-s3/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/MathieuLoutre/mock-aws-s3/blob/master/LICENSE"
21 }
22 ],
23 "engines": {
24 "node": ">=10.0.0"
25 },
26 "scripts": {
27 "test": "grunt",
28 "lint": "eslint '**/*.js' --ignore-pattern node_modules/",
29 "lint-fix": "eslint '**/*.js' --ignore-pattern node_modules/ --fix"
30 },
31 "dependencies": {
32 "bluebird": "^3.5.1",
33 "fs-extra": "0.6.4",
34 "underscore": "1.8.3"
35 },
36 "devDependencies": {
37 "chai": "~1.7.2",
38 "eslint": "^5.9.0",
39 "eslint-config-standard": "^12.0.0",
40 "eslint-plugin-chai-friendly": "^0.5.0",
41 "eslint-plugin-import": "^2.20.0",
42 "eslint-plugin-node": "^8.0.0",
43 "eslint-plugin-promise": "^4.0.1",
44 "eslint-plugin-standard": "^4.0.0",
45 "grunt": "^1.0.4",
46 "grunt-contrib-clean": "~2.0.0",
47 "grunt-contrib-copy": "~1.0.0",
48 "grunt-contrib-jshint": "^2.1.0",
49 "grunt-mocha-test": "^0.13.3",
50 "mocha": "^7.0.1",
51 "stream-buffers": "^3.0.2"
52 },
53 "keywords": [
54 "aws",
55 "s3",
56 "sdk",
57 "mock",
58 "amazon",
59 "test"
60 ]
61}