UNPKG

@carbon/motion

Version:

Motion helpers for digital and software products using the Carbon Design System

42 lines (41 loc) 1.07 kB
{ "name": "@carbon/motion", "description": "Motion helpers for digital and software products using the Carbon Design System", "version": "11.32.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", "sass": "index.scss", "repository": { "type": "git", "url": "https://github.com/carbon-design-system/carbon.git", "directory": "packages/motion" }, "bugs": "https://github.com/carbon-design-system/carbon/issues", "keywords": [ "ibm", "elements", "carbon", "carbon-elements", "carbon-design-system", "components", "react" ], "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonMotion", "clean": "rimraf es lib umd", "postinstall": "ibmtelemetry --config=telemetry.yml" }, "devDependencies": { "@carbon/cli": "^11.31.0", "rimraf": "^6.0.0" }, "dependencies": { "@ibm/telemetry-js": "^1.5.0" }, "gitHead": "6568a3389c2a82348c693b167b511dea66b7b269" }