xmeter
Version:
A default stylesheet with a set of tools that make designing with vertical rhythm easy.
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "xmeter",
"version": "7.2.0",
"description": "A default stylesheet with a set of tools that make designing with vertical rhythm easy.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-inject-string": "^1.1.1",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"kss": "^3.0.0-beta.23",
"normalize.css": "^8.0.0"
},
"scripts": {
"test": "node test.js",
"build": "gulp build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/chharvey/xmeter.git"
},
"keywords": [
"css",
"default",
"stylesheet",
"normalize",
"vertical rhythm",
"less"
],
"author": "Chris Harvey <chrisharvey2pi@gmail.com> (https://chharvey.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chharvey/xmeter/issues"
},
"homepage": "https://github.com/chharvey/xmeter#readme"
}