caliber-i
10/17/2017 - 2:59 PM

package.json boilerplate for new npm packages

package.json boilerplate for new npm packages

{
  "name": "social-sharing",
  "title": "Social Sharing",
  "private": false,
  "version": "0.1.4",
  "description": "social share button add-on",
  "keywords": ["social", "share", "buttons"],
  "author": {
   "name": "Caliber Interactive",
   "url": "https://caliberi.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/caliberi/social-sharing"
  },
  "bugs": {
    "url": "https://github.com/caliberi/social-sharing/issues"
  },
  "license": "MIT",
  "main": "dist/js/social-sharing.min.js",
  "dependencies": {},
  "devDependencies": {}
}