UNPKG

metalpress

Version:

Create a blog easily with Metalsmith.

112 lines (111 loc) 3.27 kB
{ "name": "metalpress", "description": "Create a blog easily with Metalsmith.", "version": "0.8.1", "repository": { "type": "git", "url": "https://github.com/axisdefined/metalpress.git" }, "license": "MIT", "main": "lib/index.js", "babel": { "presets": [ "latest", "stage-0" ] }, "ava": { "files": [ "test/*.ava.js" ], "require": [ "babel-register" ], "babel": "inherit" }, "keywords": [ "static site", "liquid", "node", "website", "metalsmith", "metalpress" ], "scripts": { "lint": "eslint --ext .js,.jsx .", "lint:fix": "eslint --fix --ext .js,.jsx .", "test": "nyc ava", "test:watch": "npm t -- -w", "cover": "nyc npm t -r lcov", "check-coverage": "nyc check-coverage --lines 95 --functions 95 --branches 95", "report-coverage": "nyc report --reporter=text-lcov > coverage/coverage.lcov && codecov -t 759de1b3-35e5-4742-a96e-3d6d37d6f4bd", "build": "babel src -d lib", "prepublish": "npm run build", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "dependencies": { "babel-loader": "6.2.8", "contentful-metalsmith": "0.7.0", "css-loader": "0.26.0", "deep-assign": "2.0.0", "file-loader": "0.9.0", "imports-loader": "0.6.5", "log-update": "1.0.2", "metalsmith": "2.3.0", "metalsmith-autoprefixer": "1.1.1", "metalsmith-better-excerpts": "0.1.7", "metalsmith-broken-link-checker": "0.1.11", "metalsmith-build-date": "0.2.0", "metalsmith-collections": "0.9.0", "metalsmith-define": "2.0.1", "metalsmith-drafts": "0.0.1", "metalsmith-excerpts": "1.1.0", "metalsmith-fingerprint": "1.0.3", "metalsmith-firebase": "0.6.5", "metalsmith-html-minifier": "2.2.0", "metalsmith-ignore": "0.1.2", "metalsmith-imagemin": "3.0.0", "metalsmith-in-place": "1.4.4", "metalsmith-jekyll-dates": "0.0.5", "metalsmith-layouts": "1.7.0", "metalsmith-markdown": "0.2.1", "metalsmith-metadata": "0.0.4", "metalsmith-metallic": "2.0.1", "metalsmith-pagination": "1.4.0", "metalsmith-permalinks": "git+https://github.com/axisdefined/metalsmith-permalinks.git", "metalsmith-robots": "1.0.1", "metalsmith-rss": "1.0.0", "metalsmith-sass": "1.3.0", "metalsmith-sitemap": "1.1.0", "metalsmith-snippet": "2.0.0", "metalsmith-tags": "2.0.0", "metalsmith-webpack": "git+https://github.com/cameronroe/metalsmith-webpack.git", "moment": "2.16.0", "raw-loader": "0.5.1", "rimraf": "2.5.4", "script-loader": "0.7.0", "style-loader": "0.13.1", "tinyliquid": "0.2.33", "url-loader": "0.5.7", "webpack": "1.13.3" }, "devDependencies": { "assert-dir-equal": "1.0.1", "ava": "^0.17.0", "babel-cli": "6.18.0", "babel-core": "6.18.2", "babel-eslint": "7.1.1", "babel-preset-latest": "^6.16.0", "babel-preset-stage-0": "6.16.0", "babel-register": "6.18.0", "codecov": "1.0.1", "eslint": "3.10.2", "eslint-config-airbnb": "13.0.0", "eslint-plugin-import": "2.2.0", "nyc": "9.0.1", "pmock": "0.2.3", "rimraf": "2.5.4", "semantic-release": "^6.3.2", "sinon": "1.17.6" } }