Files
Nordic/package.json
2021-09-27 15:35:08 -05:00

29 lines
643 B
JSON

{
"name": "nordic",
"version": "1.0.0",
"description": "Dark theme created using the awesome Nord color pallete",
"main": "index.js",
"scripts": {
"build": "git push && sh install.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EliverLara/Nordic.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EliverLara/Nordic/issues"
},
"homepage": "https://github.com/EliverLara/Nordic#readme",
"dependencies": {
"gulp": "^4.0.0",
"gulp-exec": "^5.0.0"
},
"devDependencies": {
"gulp-sass": "^5.0.0",
"sass": "^1.42.1"
}
}