UNPKG

seed-this

Version:

Selector-based function pack for Seed

51 lines (50 loc) 1.07 kB
{ "name": "seed-this", "version": "0.0.5", "description": "Selector-based function 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": "sh ./scripts/test.sh && npm run build", "prepublish": "npm run test" }, "homepage": "https://github.com/helpscout/seed-this", "repository": { "type": "git", "url": "git+https://github.com/helpscout/seed-this.git" }, "authors": [ "ItsJonQ <itsjonq@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/helpscout/seed-this/issues" }, "keywords": [ "bem", "css", "design", "functional", "itcss", "modular", "oocss", "parent", "performance", "selector", "seed", "seed-pack", "scss", "this" ], "engines": { "node": ">=4" }, "devDependencies": { "mkdirp": "^0.5.1", "node-sass": "^3.10.0", "sass-true": "^2.1.4", "seed-cli": "^0.2.8" } }