-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 799 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 799 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
30
31
32
33
34
35
{
"name": "HuJiangPlayer",
"version": "1.0.0",
"description": "A player for xml format courseware used by hujiang.",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "node build.js"
},
"repository": "https://github.com/lhttjdr/hjplayer",
"keywords": [
"Electron",
"JPlayer",
"HuJiang",
"Japanese"
],
"author": "lhttjdr",
"license": "MIT",
"devDependencies": {
"asar": "^0.13.0",
"devtron": "^1.4.0",
"electron": "^2.0.6",
"electron-debug": "^1.4.0",
"electron-packager": "8.7.2"
},
"dependencies": {
"decompress": "^4.2.0",
"jplayer": "^2.9.2",
"jquery": "3.*",
"jquery-mousewheel": "^3.1.13",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"rimraf": "^2.6.1",
"xml2js": "^0.4.17"
}
}