FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-tensorflow/package.json at master · node-tensorflow/node-tensorflow · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
node-tensorflow
/
node-tensorflow
Public
Notifications
You must be signed in to change notification settings
Fork
79
Star
858
Code
Issues
10
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node-tensorflow
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 910 Bytes
Breadcrumbs
node-tensorflow
/
package.json
Copy path
File metadata and controls
38 lines (38 loc) · 910 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
node-tensorflow
"
,
"description"
:
"
Node-tensorflow is a NodeJS API for utilizing Google's machine learning library TensorFlow.
"
,
"version"
:
"
0.0.1
"
,
"main"
:
"
index.js
"
,
"keywords"
: [
"
tensorflow
"
,
"
node-tensorflow
"
],
"bugs"
: {
"web"
:
"
https://github.com/node-tensorflow/node-tensorflow/issues
"
},
"repositories"
: [
{
"type"
:
"
git
"
,
"url"
:
"
https://github.com/node-tensorflow/node-tensorflow.git
"
}
],
"dependencies"
: {
"bindings"
:
"
^1.2.1
"
,
"nan"
:
"
^2.2.0
"
},
"licenses"
: [
{
"name"
:
"
Apache License 2.0
"
,
"url"
:
"
http://www.apache.org/licenses/LICENSE-2.0
"
}
],
"devDependencies"
: {
"pkg-config"
:
"
^1.1.0
"
,
"tape"
:
"
^4.4.0
"
},
"scripts"
: {
"_preinstall"
:
"
git submodule update --init --recursive && ./tools/build.sh
"
,
"install"
:
"
node-gyp rebuild
"
,
"test"
:
"
node test/suite.js
"
}
}
Back
|
FazBrowse Home
|
New Git URL