seed-props
Version:
Props mixin pack for Seed
50 lines (49 loc) • 1.01 kB
JSON
{
"name": "seed-props",
"version": "0.3.1",
"description": "Props mixin pack for Seed",
"main": "index.js",
"homepage": "https://github.com/helpscout/seed-props",
"scripts": {
"banner": "node ./scripts/banner.js",
"build": "npm run build:main && npm run banner",
"build:main": "node ./scripts/build.js",
"test:mocha": "mocha",
"test": "npm run test:mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helpscout/seed-props.git"
},
"authors": [
"ItsJonQ <itsjonq@gmail.com>"
],
"keywords": [
"bem",
"callback",
"content",
"css",
"design",
"functional",
"itcss",
"modular",
"oocss",
"performance",
"props",
"seed",
"seed-pack",
"scss"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/helpscout/seed-props/issues"
},
"engines": {
"node": ">=4"
},
"devDependencies": {
"mkdirp": "^0.5.1",
"node-sass": "4.5.3",
"seed-bistro": "0.1.5"
}
}