forked from ruffle-rs/ruffle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 821 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 821 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
{
"name": "ruffle-selfhosted",
"version": "0.1.0",
"description": "Putting Flash back on the web. Ruffle will polyfill all Flash content and replace it with the Ruffle flash player.",
"license": "(MIT OR Apache-2.0)",
"private": true,
"keywords": [
"flash",
"swf"
],
"homepage": "https://ruffle.rs",
"bugs": "https://github.com/ruffle-rs/ruffle/issues",
"repository": "github:ruffle-rs/ruffle",
"scripts": {
"build": "webpack",
"serve": "webpack-dev-server",
"test": "wdio"
},
"dependencies": {
"ruffle-core": "^0.1.0"
},
"devDependencies": {
"@wdio/cli": "^8.16.0",
"json5": "^2.2.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}