FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
tfjs/package.json at master · JavaScriptIOT/tfjs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
tfjs
Public
forked from
tensorflow/tfjs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
tfjs
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
65 lines (65 loc) · 2.04 KB
Breadcrumbs
tfjs
/
package.json
Copy path
File metadata and controls
65 lines (65 loc) · 2.04 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name"
:
"
@tensorflow/tfjs
"
,
"version"
:
"
0.12.0
"
,
"description"
:
"
An open-source machine learning framework.
"
,
"private"
:
false
,
"main"
:
"
dist/index
"
,
"jsnext:main"
:
"
dist/tf.esm.js
"
,
"module"
:
"
dist/tf.esm.js
"
,
"jsdelivr"
:
"
dist/tf.min.js
"
,
"unpkg"
:
"
dist/tf.min.js
"
,
"types"
:
"
dist/index.d.ts
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/tensorflow/tfjs.git
"
},
"license"
:
"
Apache-2.0
"
,
"devDependencies"
: {
"@octokit/rest"
:
"
15.2.6
"
,
"@types/jasmine"
:
"
~2.8.6
"
,
"@types/node"
:
"
~9.6.1
"
,
"babel-core"
:
"
~6.26.3
"
,
"babel-plugin-external-helpers"
:
"
~6.22.0
"
,
"babel-preset-env"
:
"
~1.7.0
"
,
"clang-format"
:
"
~1.2.2
"
,
"commander"
:
"
~2.14.1
"
,
"jasmine"
:
"
3.1.0
"
,
"jasmine-core"
:
"
~3.1.0
"
,
"karma"
:
"
~2.0.0
"
,
"karma-browserstack-launcher"
:
"
~1.3.0
"
,
"karma-chrome-launcher"
:
"
~2.2.0
"
,
"karma-firefox-launcher"
:
"
~1.1.0
"
,
"karma-jasmine"
:
"
~1.1.1
"
,
"karma-typescript"
:
"
~3.0.12
"
,
"mkdirp"
:
"
~0.5.1
"
,
"nodemon"
:
"
1.17.3
"
,
"rimraf"
:
"
~2.6.2
"
,
"rollup"
:
"
~0.58.2
"
,
"rollup-plugin-babel"
:
"
~3.0.4
"
,
"rollup-plugin-commonjs"
:
"
9.1.3
"
,
"rollup-plugin-json"
:
"
~3.0.0
"
,
"rollup-plugin-node-resolve"
:
"
3.3.0
"
,
"rollup-plugin-typescript2"
:
"
0.13.0
"
,
"rollup-plugin-uglify"
:
"
~3.0.0
"
,
"shelljs"
:
"
~0.8.1
"
,
"ts-node"
:
"
~4.1.0
"
,
"tslint"
:
"
~5.9.1
"
,
"typescript"
:
"
2.7.2
"
,
"yalc"
:
"
~1.0.0-pre.21
"
},
"scripts"
: {
"build"
:
"
tsc
"
,
"build-npm"
:
"
./scripts/build-npm.sh
"
,
"link-local"
:
"
yalc link
"
,
"publish-local"
:
"
yarn build-npm && yalc push
"
,
"lint"
:
"
tslint -p . -t verbose
"
,
"test"
:
"
ts-node ./scripts/release_notes/run_tests.ts && karma start
"
,
"test-travis"
:
"
ts-node ./scripts/release_notes/run_tests.ts && karma start --browsers='bs_firefox_mac,bs_chrome_mac' --singleRun
"
,
"release-notes"
:
"
ts-node ./scripts/release_notes/release_notes.ts
"
},
"dependencies"
: {
"@tensorflow/tfjs-converter"
:
"
0.5.0
"
,
"@tensorflow/tfjs-core"
:
"
0.12.0
"
,
"@tensorflow/tfjs-layers"
:
"
0.7.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL