UNPKG

@buildit/gravity-particles

Version:

Design token data and common assets used by other Gravity libraries and tools.

109 lines (108 loc) 2.81 kB
{ "name": "@buildit/gravity-particles", "version": "1.0.0", "description": "Design token data and common assets used by other Gravity libraries and tools.", "main": "dist/js/index.js", "types": "dist/js/index.d.ts", "files": [ "build-api.js", "build-consts.js", "dist/js/", "dist/scss/", "dist/svg/" ], "scripts": { "build": "gulp", "commit": "git-cz", "semantic-release": "semantic-release", "clean": "gulp clean", "clean-bin": "gulp clean-bin", "test": "jest --noStackTrace" }, "repository": { "type": "git", "url": "https://github.com/buildit/gravity-particles.git" }, "keywords": [ "eyeglass-module", "design", "tokens", "assets", "icons", "logos", "buildit", "gravity", "design", "system" ], "author": { "name": "Buildit | Wipro Digital", "url": "https://buildit.wiprodigital.com/" }, "contributors": [ "Allan Corbett (http://superallan.com/)", "Daniel Bull (http://danbull.uk/)", "Elohina Guevara (https://elohina.dev/)", "James Nash (http://cirrus.twiddles.com/)", "Jon Lazarini (https://FiF0o.github.io/)" ], "bugs": { "url": "https://github.com/buildit/gravity-particles/issues" }, "homepage": "https://github.com/buildit/gravity-particles#readme", "license": "MIT", "devDependencies": { "@commitlint/cli": "^9.0.1", "@commitlint/config-conventional": "^8.3.4", "@commitlint/travis-cli": "^9.0.1", "@semantic-release/changelog": "^5.0.0", "@semantic-release/commit-analyzer": "^8.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.0.5", "@semantic-release/npm": "^7.0.5", "@semantic-release/release-notes-generator": "^9.0.1", "ase-utils": "^0.1.1", "color": "^3.1.2", "commitizen": "^4.0.3", "cz-conventional-changelog": "^3.1.0", "del": "^5.1.0", "gulp": "^4.0.0", "gulp-download-files": "0.0.3", "gulp-nunjucks-render": "^2.2.3", "gulp-shell": "^0.8.0", "gulp-typescript": "^5.0.1", "gulp-unzip": "^1.1.0", "husky": "^4.2.3", "jest": "^26.0.1", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1", "lodash.startcase": "^4.4.0", "nunjucks": "^3.2.1", "semantic-release": "^17.0.4", "style-dictionary": "^2.8.3", "typescript": "^3.8.3" }, "engines": { "node": ">= 8.11.1", "npm": ">= 5.8.0" }, "eyeglass": { "sassDir": "dist/scss", "name": "gravity-particles", "exports": false, "needs": "^1.4.1 || ^2.0.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "dependencies": { "gulp-svgo": "^2.1.1" } }