UNPKG

seed-helpscout-theme

Version:
54 lines (53 loc) 1.12 kB
{ "name": "seed-helpscout-theme", "version": "0.0.4", "description": "Help Scout theme pack for Seed", "main": "index.js", "scripts": { "banner": "node ./scripts/banner.js", "build": "npm run build:main && npm run banner", "build:main": "node ./scripts/build.js", "test": "npm run build", "prepublish": "npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/helpscout/seed-helpscout-theme.git" }, "authors": [ "ItsJonQ <itsjonq@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/helpscout/seed-helpscout-theme/issues" }, "keywords": [ "bem", "color", "css", "design", "functional", "helpscout", "itcss", "modular", "oocss", "performance", "seed", "seed-pack", "scss", "theme" ], "engines": { "node": ">=4" }, "devDependencies": { "mkdirp": "^0.5.1", "node-sass": "^3.8.0" }, "dependencies": { "sass-pathfinder": "0.0.5", "seed-color-scheme-helpscout": "0.0.3", "seed-dash": "0.0.1", "seed-publish": "0.0.2" } }