{
  "name": "portent",
  "version": "3.2.0",
  "description": "Simple best-practices static website generator",
  "engines": {
    "node": ">=4.0.0"
  },
  "bin": "src/bin/index.js",
  "main": "src/index.js",
  "scripts": {
    "ci": "npm run lint && npm run _raw_tests",
    "lint": "eslint src test",
    "test": "npm run _raw_tests | tap-spec",
    "watch-tests": "watchy --watch src,test -- npm test",
    "_raw_tests": "tape test/*.js"
  },
  "license": "ISC",
  "dependencies": {
    "argparse": "^1.0.2",
    "autoprefixer": "^6.3.1",
    "browserify": "^14.0.0",
    "cheerio": "^0.22.0",
    "express": "^4.13.3",
    "frozen-express": "^2.0.0",
    "glob": "^7.0.0",
    "gulp": "^3.9.0",
    "gulp-concat": "^2.6.0",
    "gulp-cssnano": "^2.1.0",
    "gulp-if": "^2.0.0",
    "gulp-less": "^3.0.3",
    "gulp-postcss": "^6.1.0",
    "gulp-sourcemaps": "^2.0.0",
    "gulp-uglify": "^2.0.0",
    "html-minifier": "^3.0.0",
    "lodash": "^4.0.0",
    "md5": "^2.0.0",
    "nunjucks": ">=2.0.0 <3.0.0",
    "postcss-url": "^5.1.1",
    "promise": "^7.0.4",
    "sort-stream2": "^1.0.0",
    "stream-combiner": "^0.2.2",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "eslint": "^3.3.1",
    "fs-extra": "^2.0.0",
    "memoizee": "^0.4.1",
    "supertest": "^3.0.0",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.0",
    "tmp": "0.0.30",
    "walkdir": "0.0.11",
    "watchy": "^0.6.2"
  },
  "repository": "git@github.com:denis-sokolov/portent.git"
}
