forked from download-online-video/chrome-avgle-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.26 KB
/
package.json
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
{
"name": "chrome-avgle-helper",
"version": "3.1.0",
"description": "A Chrome extension for enhancing Avgle website",
"main": "src/index.js",
"scripts": {
"start": "node ./build/build.js -w",
"build": "node ./build/build.js",
"dev": "node ./build/build.js -w",
"test": "npm run test:lint",
"test:lint": "eslint ."
},
"author": "OldDriver",
"contributors": [
{
"name": "yobailover",
"url": "https://github.com/yobailover"
},
{
"name": "vide0",
"email": "[email protected]"
},
{
"name": "heroboy",
"email": "https://github.com/heroboy"
},
{
"name": "kimklai",
"url": "https://github.com/kimklai"
}
],
"repository": {
"type": "git",
"url": "https://github.com/download-online-video/chrome-avgle-helper"
},
"license": "GPL-3.0",
"keywords": [
"avgle",
"xvideos",
"chrome",
"extension"
],
"devDependencies": {
"@babel/core": "^7.7.7",
"@types/chrome": "0.0.91",
"@types/node": "^12.12.6",
"async": "^3.1.0",
"babel-eslint": "^10.0.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"colors": "^1.4.0",
"eslint": "^6.8.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"sass": "^1.24.0",
"watch": "^1.0.2",
"watchify": "^3.11.1"
}
}