-
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature]: Implement the NPM/Node package JSON file
- Loading branch information
1 parent
f4aa91d
commit a096af0
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"name": "nord", | ||
"title": "Nord", | ||
"version": "", | ||
"description": "A arctic, north-bluish color palette", | ||
"author": { | ||
"name": "Arctic Ice Studio", | ||
"email": "[email protected]", | ||
"url": "http://arcticicestudio.com" | ||
}, | ||
"homepage": "https://github.com/arcticicestudio/nord", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/arcticicestudio/nord.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/arcticicestudio/nord/issues" | ||
}, | ||
"license" : "(GPL-3.0 AND CC-BY-SA-4.0)", | ||
"keywords": [ | ||
"nord", | ||
"arctic", | ||
"north", | ||
"bluish", | ||
"ui", | ||
"syntax" | ||
], | ||
"devDependencies": { | ||
"del": "2.2.2", | ||
"gulp": "3.9.1", | ||
"gulp-help": "1.6.1", | ||
"gulp-plumber": "1.1.0", | ||
"gulp-rename": "1.2.2", | ||
"gulp-sass": "2.3.2", | ||
"gulp-util": "3.0.7", | ||
"sassdoc": "2.1.20", | ||
"sassdoc-theme-flippant": "0.1.0" | ||
} | ||
} |