Gottwik/Enduro

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "enduro",
  "version": "1.4.46",
  "description": "Minimalistic, lean & mean static page generator / cms",
  "main": "index.js",
  "author": {
    "name": "Martin Gottweis"
  },
  "contributors": [
    {
      "name": "Cosmo Myzrail Gorynych"
    },
    {
      "name": "Justin Rahardjo"
    },
    {
      "name": "Sebastian Lietzijewitsch"
    },
    {
      "name": "Sergejs Bojaruns"
    }
  ],
  "bin": {
    "enduro": "./cli.js"
  },
  "bugs": {
    "url": "https://github.com/Gottwik/Enduro/issues"
  },
  "dependencies": {
    "async": "^2.6.0",
    "autoprefixer-stylus": "^0.14.0",
    "babel-core": "^6.26.0",
    "base64id": "^1.0.0",
    "bluebird": "^3.5.1",
    "browser-sync": "^2.23.3",
    "chalk": "^2.3.0",
    "connect-multiparty": "^2.1.0",
    "cookie-parser": "^1.4.3",
    "cors": "^2.8.4",
    "dir-compare": "^1.0.1",
    "enduro_admin": "^1.0.73",
    "express": "^4.16.2",
    "express-session": "^1.15.6",
    "extend": "^3.0.0",
    "fs-extra": "^5.0.0",
    "glob": "^7.0.3",
    "glob-promise": "^3.3.0",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^4.1.0",
    "gulp-babel": "^7.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-define-module": "^0.1.4",
    "gulp-filter-by": "^1.2.0",
    "gulp-flatten": "^0.4.0",
    "gulp-handlebars": "^4.0.0",
    "gulp-iconfont": "^9.0.2",
    "gulp-iconfont-css": "^2.0.0",
    "gulp-if": "^2.0.2",
    "gulp-less": "^3.4.0",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.1.2",
    "gulp-sass-bulk-import": "^1.0.1",
    "gulp-sourcemaps": "^2.6.3",
    "gulp-stylus": "^2.7.0",
    "gulp-uglify": "^1.5.4",
    "gulp-watch": "^4.3.5",
    "gulp-wrap": "^0.13.0",
    "gulp.spritesmith": "^6.9.0",
    "handlebars": "^4.0.11",
    "inquirer": "^4.0.0",
    "less-plugin-autoprefix": "^1.5.1",
    "lodash": "^4.15.0",
    "mkdirp": "^0.5.1",
    "moment": "^2.20.1",
    "multi-glob": "^1.0.1",
    "ncp": "^2.0.0",
    "npm": "^5.6.0",
    "opn": "^5.1.0",
    "password-hash": "^1.2.2",
    "promised-handlebars-gottwik": "^2.0.1",
    "request": "^2.83.0",
    "request-promise": "^4.2.2",
    "require-from-string": "^2.0.1",
    "rewire": "^3.0.2",
    "rimraf": "^2.6.2",
    "s3": "^4.4.0",
    "socket.io": "^2.0.4",
    "stringify-object": "^3.2.1",
    "tar": "^4.2.0",
    "urldecode": "^1.0.1",
    "yargs": "^9.0.1"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^4.14.0",
    "istanbul": "^0.4.2",
    "mocha": "^4.1.0",
    "mocha-lcov-reporter": "^1.2.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-ml+lOJwPaG4beUL31/V5A9F12tW6kVtsUg3LzF2DgU9P9NTkLoEz52n+FrWhYB/vRbyXQ0puWet04PVK6+xGSw==",
    "shasum": "4ceaaf61faa0bb11163f545f98bfb0efa36297e2",
    "tarball": "https://registry.npmjs.org/enduro/-/enduro-1.4.38.tgz"
  },
  "engines": {
    "node": ">= 6"
  },
  "gitHead": "c662f44c8f1fe8d8210c4442b6efb58e2e7cca2f",
  "homepage": "http://www.endurojs.com",
  "keywords": [
    "cms",
    "page generator",
    "handlebars",
    "static page generator"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "gottwik",
      "email": "gottwik@gmail.com"
    }
  ],
  "optionalDependencies": {},
  "readme": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gottwik/enduro.git"
  },
  "scripts": {
    "test": "mocha --recursive --bail",
    "to": "mocha --recursive --bail --grep online_test -i"
  }
}