-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.23 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.23 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
{
"name": "environment-marker",
"version": "2.8.0",
"description": "A browser WebExtension that adds a color marker (ribbon) to the page depending if the URL contains a given string.",
"author": "Armand Tresova <atresova@gmail.com> (https://www.armandtresova.com/)",
"license": "MPL-2.0",
"main": "js/background.js",
"devDependencies": {
"archiver": "^5.3.1",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"gulp": "^5.0.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"merge-stream": "^2.0.0",
"postcss": "^8.4.31",
"sass": "^1.63.2"
},
"scripts": {
"develop": "node node_modules/gulp/bin/gulp.js --color --gulpfile gulpfile.js default",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp production && node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XjSv/environment-marker.git"
},
"bugs": {
"url": "https://github.com/XjSv/environment-marker/issues"
},
"homepage": "https://github.com/XjSv/environment-marker#readme",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/XjSv"
}
}