Skip to content

Commit

Permalink
[feature]: Implement the NPM/Node package JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Sep 4, 2016
1 parent f4aa91d commit a096af0
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions package.json
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"
}
}

0 comments on commit a096af0

Please sign in to comment.