This repository has been archived by the owner on Aug 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
{
"name": "netflix-tweaked",
"description": "A Chrome extension to tweak the Netflix home screen, preventing auto-play trailers and moving your lists to the top.",
"version": "2.0.1",
"author": "Andrew Brey",
"private": false,
"repository": "https://github.com/andrewbrey/netflix-tweaked",
"bugs": "https://github.com/andrewbrey/netflix-tweaked/issues",
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-babel": "7.0.1",
"gulp-cache": "1.1.1",
"gulp-chrome-manifest": "0.0.13",
"gulp-clean-css": "3.10.0",
"gulp-eslint": "4.0.2",
"gulp-htmlmin": "4.0.0",
"gulp-if": "2.0.2",
"gulp-imagemin": "4.1.0",
"gulp-json-transform": "0.4.6",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.5.0",
"gulp-plumber": "1.2.1",
"gulp-sass": "4.0.2",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.1",
"gulp-useref": "3.1.6",
"gulp-zip": "4.2.0",
"main-bower-files": "2.13.1",
"manifoldjs": "0.7.6",
"prettier": "1.16.4",
"rimraf": "2.6.3",
"run-sequence": "2.2.1",
"wiredep": "4.0.0"
},
"scripts": {
"serve": "gulp styles && gulp watch",
"package": "gulp package",
"edge:manifold-prep": "rimraf NetflixTweaked && manifoldjs -l debug -p edgeextension -f edgeextension -m dist/manifest.json",
"edge:manifold-package": "manifoldjs -l debug -p edgeextension package NetflixTweaked/edgeextension/manifest/"
},
"keywords": [
"netflix",
"chrome-extension",
"auto play",
"auto-play",
"trailer",
"my list"
],
"engines": {
"node": ">=0.8.0"
},
"license": "MIT"
}