@nudge-coach/tokens
Version:
Tokens for the Nudge Coach design system.
36 lines (35 loc) • 834 B
JSON
{
"name": "@nudge-coach/tokens",
"version": "0.0.7",
"description": "Tokens for the Nudge Coach design system.",
"main": "build/index.js",
"files": [
"build"
],
"scripts": {
"build": "node build.js",
"start": "npm run build && chokidar \"src/**/*\" -c \"npm run build\""
},
"author": "Russ Campbell",
"license": "MIT",
"homepage": "https://nudgeyourself.github.io/nudge-design/docs/tokens",
"repository": {
"type": "git",
"url": "git+https://github.com/nudgeyourself/nudge-design.git"
},
"devDependencies": {
"chokidar-cli": "^2.1.0",
"style-dictionary": "^3.7.1",
"tinycolor2": "^1.4.2"
},
"bugs": {
"url": "https://github.com/nudgeyourself/nudge-design/issues"
},
"dependencies": {},
"keywords": [
"nudge",
"tokens",
"design",
"system"
]
}