stylobate
Version:
Framework for writing really abstract CSS in Stylus
44 lines (43 loc) • 967 B
JSON
{
"name": "stylobate",
"version": "1.0.0",
"author": "Roman Komarov <kizmarh@ya.ru> (http://kizu.ru/en/)",
"licence": "MIT",
"description": "Framework for writing really abstract CSS in Stylus",
"keywords": [
"stylus",
"css",
"oocss",
"bem",
"smacss"
],
"homepage": "https://github.com/stylobate/stylobate#readme",
"bugs": {
"url": "http://github.com/stylobate/stylobate/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/stylobate/stylobate.git"
},
"dependencies": {
"if-ie.styl": "0.6.0",
"utilus.styl": "0.16.0"
},
"devDependencies": {
"stylus": "~0.52.4",
"autoprefixer": "~3.1.0",
"postcss": "~2.1.2",
"glob": "3.2.x",
"mocha": "1.20.x",
"should": "2.0.x"
},
"scripts": {
"test": "./node_modules/.bin/mocha test-runner.js --require should --reporter list"
},
"config": {
"whatToTest": "**"
},
"engines": {
"node": ">=0.6"
}
}