-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 903 Bytes
/
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
{
"name": "s3-website-tasks",
"version": "0.0.1",
"description": "S3 website tasks",
"main": "src/index.js",
"scripts": {
"test": "mocha 'src/**/*.spec.js'",
"test:watch": "mocha 'src/**/*.spec.js' --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Scout24/s3-website-tasks.git"
},
"author": "Alex Lawrence",
"bugs": {
"url": "https://github.com/Scout24/s3-website-tasks/issues"
},
"homepage": "https://github.com/Scout24/s3-website-tasks#readme",
"dependencies": {
"aws-sdk": "2.192.0",
"glob": "7.1.2",
"graceful-fs": "4.1.11",
"imagemin": "5.3.1",
"util.promisify": "1.0.0"
},
"devDependencies": {
"chai": "4.1.2",
"eslint": "6.1.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-webp": "^5.1.0",
"mocha": "5.1.0",
"mock-fs": "4.5.0",
"sinon": "7.4.1",
"sinon-chai": "3.3.0"
}
}