mdcss-theme-jigsass
Version:
An mdcss theme for jigSass. Based on Jonathan Neal's `mdcss-theme-github`
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "mdcss-theme-jigsass",
"version": "0.2.10",
"description": "An mdcss theme for jigSass. Based on Jonathan Neal's `mdcss-theme-github`",
"keywords": [
"mdcss",
"mdcss-theme",
"jigsass",
"theme"
],
"author": {
"name": "TxHawks",
"email": "tofu.hawks@gmail.com"
},
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/txhawks/mdcss-theme-jigsass.git"
},
"hompage": "https://github.com/txhawks/mdcss-theme-jigsass#readme",
"bugs": "https://github.com/txhawks/mdcss-theme-jigsass/issues",
"dependencies": {
"ejs": "^2.4.1",
"object-assign": "^4.0.1"
},
"devDependencies": {
"chokidar": "^1.4.3",
"eslint": "^1.10.3",
"mdcss": "^1.5.0",
"postcss": "^5.0.19",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"watch": "^0.17.1"
},
"scripts": {
"lint": "eslint . --ignore-path .eshintignore",
"tape": "tape test.js | tap-spec",
"test": "npm run lint && npm run tape",
"watch": "tape watch.js"
},
"watch": {
"test": [
"assets",
"template.ejs"
]
}
}