{
  "name": "think-demo-footer",
  "version": "1.1.0",
  "description": "This is a sample footer component built specifically to demonstrate the use of Lerna in a Think Company Build Kit",
  "main": "dist/index",
  "keywords": [
    "footer"
  ],
  "scripts": {
    "build": "babel . --out-dir dist --ignore node_modules,dist",
    "prepare": "npm run build"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.26.0"
  }
}
