add package.json file #189

This commit is contained in:
overdodactyl 2018-09-16 22:36:30 -06:00
parent 5491095ab4
commit f071b1e863
2 changed files with 436 additions and 4740 deletions

5146
package-lock.json generated

File diff suppressed because it is too large Load Diff

30
package.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "shadowfox",
"version": "1.0.0",
"description": "a universal dark theme for firefox 57+",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^3.10.0",
"gulp-concat-css": "^3.1.0",
"gulp-exec": "^3.0.2"
},
"devDependencies": {},
"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"
}