mirror of
https://github.com/EliverLara/Nordic.git
synced 2026-08-24 02:24:18 -05:00
29 lines
643 B
JSON
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"
|
|
}
|
|
}
|