-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 682 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 682 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
{
"name": "tensorflow-lambda",
"description": "Run tensorflow on lambda",
"version": "1.0.2",
"main": "index.js",
"author": "lucleray",
"homepage": "https://github.com/lucleray/tensorflow-lambda#readme",
"bugs": {
"url": "https://github.com/lucleray/tensorflow-lambda/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/lucleray/tensorflow-lambda.git"
},
"license": "MIT",
"keywords": [
"tensorflow",
"nodejs",
"lambda"
],
"files": [
"index.js",
"constants.js",
"tfjs-node.br"
],
"scripts": {
"build": "node build.js"
},
"dependencies": {
"iltorb": "^2.4.2",
"tar": "^4.4.8"
}
}