UNPKG

@subjectmatter/mdcss-theme-tsm

Version:
47 lines (46 loc) 1.07 kB
{ "name": "@subjectmatter/mdcss-theme-tsm", "version": "1.0.2", "description": "TSM flavored theme for mdcss", "keywords": [ "mdcss", "mdcss-theme", "Subject Matter", "Team Subject Matter", "TSM", "theme" ], "author": "Zakk Fleischmann <fleischmann@teamsubjectmatter> (fleischmann@teamsubjectmatter)", "license": "CC0-1.0", "repository": "https://github.com/TeamSubjectMatter/tsm-mdcss-theme", "bugs": "", "homepage": "http://www.teamsubjectmatter.com", "dependencies": { "ejs": "^2.4.1", "object-assign": "^4.0.1" }, "devDependencies": { "chokidar": "^1.4.2", "eslint": "^1.10.3", "mdcss": "^1.5.1", "tap-spec": "^4.1.1", "tape": "^4.4.0", "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" ] }, "engines": { "iojs": ">=2.0.0", "node": ">=0.12.0" } }