2018-09-17 04:36:30 +00:00
|
|
|
{
|
|
|
|
"name": "shadowfox",
|
2018-10-29 14:57:54 +00:00
|
|
|
"version": "1.6.0",
|
2018-09-17 04:36:30 +00:00
|
|
|
"description": "a universal dark theme for firefox 57+",
|
|
|
|
"main": "gulpfile.js",
|
|
|
|
"dependencies": {
|
|
|
|
"gulp-clean-css": "^3.10.0",
|
|
|
|
"gulp-concat-css": "^3.1.0",
|
|
|
|
"gulp-exec": "^3.0.2"
|
|
|
|
},
|
2018-09-20 02:19:47 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "github:gulpjs/gulp#4.0"
|
|
|
|
},
|
2018-09-17 04:36:30 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "gulp publish"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/overdodactyl/ShadowFox.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"dark",
|
|
|
|
"theme"
|
|
|
|
],
|
|
|
|
"author": "@overdodactyl",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/overdodactyl/ShadowFox/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/overdodactyl/ShadowFox#readme"
|
|
|
|
}
|