-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 745 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 745 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
{
"name": "resnet_imagenet",
"version": "1.0.4",
"description": "",
"main": "lib/index.js",
"scripts": {
"prepare": "node_modules/@babel/cli/bin/babel.js src --out-dir lib"
},
"repository": {
"type": "git",
"url": "https://github.com/paulsp94/tfjs_resnet_imagenet"
},
"author": "Paul Spende <paul.spende@gmail.com>",
"license": "ISC",
"dependencies": {
"@tensorflow/tfjs": "^4.1.0",
"@tensorflow/tfjs-node": "^4.1.0",
"jimp": "^0.16.2",
"@babel/runtime": "^7.5.5"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5"
}
}