viur-ignite-css
Version:
Core of VIUR Ignite - a less framework
52 lines (51 loc) • 1.17 kB
JSON
{
"name": "viur-ignite-css",
"version": "1.0.24",
"description": "Core of VIUR Ignite - a less framework",
"main": "index.js",
"scripts": {
"test": "node test.js && npm run lint",
"lint": "xo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viur-ignite/viur-ignite-css.git"
},
"keywords": [
"VIUR Ignite",
"viur",
"ignite",
"css",
"framework",
"less",
"gulp",
"❤"
],
"author": "VIUR",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/viur-ignite/viur-ignite-css/issues"
},
"homepage": "http://ignite.viur.is",
"dependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clone": "^1.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylefmt": "^1.0.0",
"gulp-util": "^3.0.7",
"is-there": "^4.3.3",
"merge-stream": "^1.0.0",
"postcss-focus": "^1.0.0",
"postcss-font-magician": "^1.4.0",
"postcss-zindex": "^2.1.1"
},
"devDependencies": {
"xo": "^0.16.0"
}
}