-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 909 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 909 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
35
36
37
38
39
{
"name": "aws-lambda-tensorflow",
"version": "3.0.0",
"description": "A gulp plugin to deploy python tensorflow in aws lambda.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp",
"aws",
"lambda",
"tensorflow",
"rest",
"api",
"node",
"gulp",
"plugin",
"tensorflow"
],
"repository": {
"type": "git",
"url": "git+https://github.com/anandanand84/aws-lambda-tensorflow.git"
},
"bugs": {
"url": "https://github.com/anandanand84/aws-lambda-tensorflow/issues"
},
"homepage": "https://github.com/anandanand84/aws-lambda-tensorflow#readme",
"author": "anandanand84",
"license": "ISC",
"dependencies": {
"gulp": "^3.9.1",
"gulp-awslambda": "^0.4.0",
"gulp-unzip": "^0.1.4",
"gulp-zip": "^3.2.0",
"through2": "^2.0.1",
"vinyl-fs": "^2.4.3"
}
}