UNPKG

mdcss-theme-aviatur

Version:
44 lines (43 loc) 1.04 kB
{ "name": "mdcss-theme-aviatur", "version": "2.4.6", "description": "Just another theme for mdcss", "keywords": [ "mdcss", "mdcss-theme", "theme" ], "author": "Arthur Picerna <arthurpicerna@gmail.com> (http://decksterr.io)", "license": "CC0-1.0", "repository": "decksterr/mdcss-theme-aviatur", "bugs": "https://github.com/decksterr/mdcss-theme-aviatur/issues", "homepage": "https://github.com/decksterr/mdcss-theme-aviatur#readme", "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" } }