Browse Source

package.json: package description for NPM

pull/84/head
zimbatm 9 years ago
parent
commit
0e5672b52a
1 changed files with 30 additions and 0 deletions
  1. +30
    -0
      package.json

+ 30
- 0
package.json View File

@@ -0,0 +1,30 @@
{
"name": "css-social-buttons",
"description": "Zocial CSS social buttons.",
"version": "1.0.0",
"keywords": [
"css",
"font",
"icon",
"social",
"zocial"
],
"homepage": "http://zocial.smcllns.com/",
"authors": "Sam Collins",
"scripts": {
"build": "fontcustom compile"
},
"style": "css/zocial.css",
"repository": {
"type": "git",
"url": "https://github.com/samcollins/css-social-buttons.git"
},
"bugs": {
"url": "https://github.com/samcollins/css-social-buttons/issues"
},
"license": "MIT",
"files": [
"LICENCE",
"css/*"
]
}

Loading…
Cancel
Save