This repository was archived by the owner on Apr 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.28 KB
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
{
"name": "iqiyi-player-switch",
"version": "1.14.0",
"description": "爱奇艺flash播放器与html5播放器随意切换,改善html5播放器播放体验。",
"main": "src/index.js",
"scripts": {
"lint": "eslint src",
"fix": "eslint src --fix",
"clean": "node scripts/clean",
"prewatch": "npm run clean",
"watch": "webpack --watch -d",
"dev": "npm run watch",
"prebuild": "npm run clean",
"build": "webpack --define process.env.NODE_ENV='production'",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gooyie/userscript-iqiyi-player-switch.git"
},
"keywords": [
"html5",
"qiyi",
"iqiyi",
"player",
"userscript"
],
"author": "gooyie",
"license": "MIT",
"bugs": {
"url": "https://github.com/gooyie/userscript-iqiyi-player-switch/issues"
},
"homepage": "https://github.com/gooyie/userscript-iqiyi-player-switch",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"eslint": "^3.19.0",
"eslint-loader": "^1.9.0",
"fs-extra": "^3.0.1",
"husky": "^0.13.4",
"webpack": "^3.11.0"
},
"dependencies": {}
}