Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Jul 26, 2016
1 parent 83f0ff0 commit cbac9f8
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion material-color.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Name: UI Color Palette
// Description: The color palette of material design.
// Version: 2.2.0
// Version: 2.3.0
//
// Author: Denis Malinochkin
// Git: https://github.com/mrmlnc/material-color
Expand Down
2 changes: 1 addition & 1 deletion material-color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Name: UI Color Palette
// Description: The color palette of material design.
// Version: 2.2.0
// Version: 2.3.0
//
// Author: Denis Malinochkin
// Git: https://github.com/mrmlnc/material-color
Expand Down
2 changes: 1 addition & 1 deletion material-color.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Name: UI Color Palette
// Description: The color palette of material design.
// Version: 2.2.0
// Version: 2.3.0
//
// Author: Denis Malinochkin
// Git: https://github.com/mrmlnc/material-color
Expand Down
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "material-design-color",
"version": "2.3.0",
"description": "The colour palette, based on Google's Material Design, for use in your project",
"license": "MIT",
"repository": "mrmlnc/material-color",
"author": {
"name": "Denis Malinochkin",
"email": "[email protected]",
"url": "canonium.com"
},
"keywords": [
"google",
"material",
"design",
"material-design",
"google-material-design",
"colors",
"color",
"less",
"sass",
"stylus"
],
"files": [
"**/*.{less,scss,styl}",
"bower.json"
]
}

0 comments on commit cbac9f8

Please sign in to comment.