{
  "name": "@carbon/motion",
  "description": "Motion helpers for digital and software products using the Carbon Design System",
  "version": "10.4.0",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/motion",
  "bugs": "https://github.com/carbon-design-system/carbon/issues",
  "keywords": [
    "eyeglass-module",
    "ibm",
    "elements",
    "carbon",
    "carbon-elements",
    "carbon-design-system",
    "components",
    "react"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "yarn clean && bundler bundle src/index.js --name CarbonMotion && bundler sassdoc \"scss/*.scss\"",
    "clean": "rimraf es lib umd"
  },
  "devDependencies": {
    "@carbon/bundler": "10.4.0",
    "rimraf": "^2.6.2"
  },
  "eyeglass": {
    "exports": false,
    "name": "@carbon/motion",
    "sassDir": "scss",
    "needs": "^1.3.0"
  },
  "gitHead": "99fd2683b9bc303f704bad86d229d1e364ac68d2"
}
