rucksack-css
Version:
A little bag of CSS superpowers
69 lines (68 loc) • 1.66 kB
JSON
{
"name": "rucksack-css",
"version": "0.6.2",
"description": "A little bag of CSS superpowers",
"main": "index.js",
"keywords": [
"rucksack",
"postcss",
"css",
"framework",
"boilerplate"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/simplaio/rucksack.git"
},
"author": "Sean King <sean@simpla.io>",
"maintainers": [
{
"name": "Sean King",
"email": "sean@simpla.io",
"web": "https://twitter.com/seaneking"
}
],
"bugs": {
"url": "https://github.com/simplaio/rucksack/issues"
},
"bin": {
"rucksack": "./bin/cmd.js"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/simplaio/rucksack",
"dependencies": {
"autoprefixer": "^5.2.0",
"minimist": "^1.1.2",
"postcss": "^4.1.9",
"postcss-alias": "^0.1.0",
"postcss-clearfix": "^0.1.0",
"postcss-color-palette": "0.0.3",
"postcss-color-rgba-fallback": "^1.3.0",
"postcss-easings": "^0.2.0",
"postcss-epub": "^2.3.0",
"postcss-fontpath": "^0.1.0",
"postcss-hexrgba": "^0.1.0",
"postcss-input-style": "^0.2.0",
"postcss-opacity": "^2.0.0",
"postcss-position": "^0.2.0",
"postcss-pseudoelements": "^2.2.0",
"postcss-quantity-queries": "^0.3.1",
"postcss-reporter": "^0.4.0",
"postcss-responsive-type": "^0.1.0",
"postcss-vmin": "^1.0.0",
"read-file-stdin": "^0.2.0",
"write-file-stdout": "0.0.2"
},
"devDependencies": {
"gulp-eslint": "^0.12.0",
"gulp-mocha": "^2.0.1",
"chai": "^2.3.0",
"gulp": "^3.8.11"
},
"scripts": {
"test": "gulp check"
}
}