FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SVGAPlayer-Web-tomato/package.json at master · algorithm007-class01/SVGAPlayer-Web-tomato · GitHub
algorithm007-class01
/
SVGAPlayer-Web-tomato
Public
forked from
svga/SVGAPlayer-Web
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
SVGAPlayer-Web-tomato
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 778 Bytes
Breadcrumbs
SVGAPlayer-Web-tomato
/
package.json
Copy path
File metadata and controls
29 lines (29 loc) · 778 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
{
"name"
:
"
svgaplayerweb
"
,
"version"
:
"
2.3.2
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/yyued/SVGAPlayer-Web.git
"
},
"main"
:
"
./build/svga.min.js
"
,
"types"
:
"
index.d.ts
"
,
"scripts"
: {
"start"
:
"
http-server ./ & webpack -w & open http://127.0.0.1:8080/tests/
"
,
"build"
:
"
webpack
"
},
"author"
:
"
YYUED
"
,
"license"
:
"
Apache License 2.0
"
,
"dependencies"
: {},
"devDependencies"
: {
"pako"
:
"
^1.0.6
"
,
"protobufjs"
:
"
^6.8.0
"
,
"babel-core"
:
"
^6.26.0
"
,
"babel-loader"
:
"
^7.1.2
"
,
"babel-preset-es2015"
:
"
^6.24.1
"
,
"babel-preset-stage-0"
:
"
^6.24.1
"
,
"http-server"
:
"
^0.10.0
"
,
"uglify-js"
:
"
^3.1.2
"
,
"value-animator"
:
"
git+https://github.com/yyued/value-animator.git
"
,
"webpack"
:
"
^3.6.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL