-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 972 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 972 Bytes
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
{
"name": "gender-analysis",
"version": "1.0.0",
"description": "A lambda to poll the fronts of the guardian",
"main": "index.js",
"scripts": {
"postinstall": "npm rebuild grpc --target=6.1.0 --target_arch=x64 --target_platform=linux --target_libc=glibc",
"test": "make test",
"riffraff-artefact": "VERBOSE=true ARTEFACT_PATH=$PWD riffraff-artefact"
},
"keywords": [
"npm"
],
"isAwsLambda": "true",
"author": "Jonathan Rankin",
"license": "ISC",
"dependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"compromise": "^11.9.0",
"fetch": "^1.1.0",
"fs": "0.0.1-security",
"node-fetch": "^1.7.3",
"node-riffraff-artefact": "^2.0.1",
"node-uuid": "^1.4.8",
"pg": "^7.4.3",
"pg-format": "^1.0.4",
"require": "^2.4.20",
"uglify-js": "^2.6.0",
"uuid": "^3.2.1"
},
"riffraffFile": "./riff-raff.yaml",
"cloudformation": "./cfn.yaml",
"cloudformationAppTag": "gender-analysis"
}