mdcss-theme-clientkit
Version:
Clientkit theme for mdcss
51 lines (50 loc) • 1.3 kB
JSON
{
"name": "mdcss-theme-clientkit",
"version": "4.0.0",
"description": "Clientkit theme for mdcss",
"keywords": [
"mdcss",
"mdcss-theme",
"clientkit",
"theme"
],
"author": "First+Third <code@firstandthird.com> (http://firstandthird.com)",
"license": "MIT",
"repository": "firstandthird/mdcss-theme-clientkit",
"bugs": "https://github.com/firstandthird/mdcss-theme-clientkit/issues",
"homepage": "https://github.com/firstandthird/mdcss-theme-clientkit#readme",
"dependencies": {
"ejs": "^2.4.1",
"font-color-contrast": "^1.0.3",
"object-assign": "^4.0.1"
},
"devDependencies": {
"chokidar": "^1.4.2",
"mdcss": "^1.5.1",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"watch": "^0.17.1",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^8.0.0",
"eslint-config-firstandthird": "^2.0.0",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2"
},
"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"
]
},
"engines": {
"iojs": ">=2.0.0",
"node": ">=0.12.0"
}
}