-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "finpics",
"version": "1.0.0",
"description": "Use AWS Rekognition to provide a faces search of finpics.com",
"main": "index.js",
"devDependencies": {
"async": "^2.1.4",
"aws-sdk": "^2.7.13",
"gm": "^1.23.0",
"local-web-server": "^1.2.6",
"lodash": "^4.17.2",
"winston": "^2.3.0"
},
"scripts": {
"test": "mocha",
"deploy-site": "aws s3 sync . s3://finpics.com --exclude \"*\" --include \"index.html\" --include \"favicon.ico\" --include \"css/*\" --include \"images/*\" --include \"js/*\" --include \"partials/*\" --storage-class REDUCED_REDUNDANCY --profile bluefin",
"upload-pics": "node util/upload-pics.js",
"serve": "ws"
},
"repository": {
"type": "git",
"url": "git+https://rgfindl@github.com/rgfindl/finpics.git"
},
"keywords": [
"lambda",
"rekognition",
"cognito",
"dynamodb",
"s3",
"route53",
"aws",
"photo",
"album"
],
"author": "rgfindley@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/rgfindl/finpics/issues"
},
"homepage": "https://github.com/rgfindl/finpics#readme"
}