{
  "name": "fink-www",
  "description": "Frontend application for interact with fink API.",
  "homepage": "https://github.com/finkhq/fink-www",
  "version": "0.7.1",
  "main": "./index.js",
  "author": {
    "name": "fink",
    "url": "https://github.com/finkhq"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finkhq/fink-www.git"
  },
  "bugs": {
    "url": "https://github.com/finkhq/fink-www/issues"
  },
  "keywords": [
    "fink",
    "frontend",
    "www",
    "🐀"
  ],
  "dependencies": {
    "async": "~1.5.2",
    "base64-emoji": "~2.1.0",
    "body-parser": "~1.15.0",
    "compression": "~1.6.1",
    "config": "~1.20.1",
    "cors": "~2.7.1",
    "debug": "~2.2.0",
    "existential-default": "~1.1.3",
    "exists-file": "~1.0.1",
    "express": "~4.13.4",
    "express-hbs": "~1.0.0",
    "fink-is-uri": "~1.0.2",
    "fink-level": "~1.1.1",
    "helmet": "~1.3.0",
    "jsendp": "~1.2.0",
    "level": "~1.4.0",
    "lodash": "~4.11.1",
    "morgan": "~1.7.0",
    "numeral": "~1.5.3",
    "riot": "~2.3.18",
    "serve-favicon": "~2.3.0"
  },
  "devDependencies": {
    "browser-sync": "~2.12.3",
    "coffee-script": "~1.10.0",
    "git-dirty": "~1.0.1",
    "gulp": "~3.9.1",
    "gulp-add-src": "~0.2.0",
    "gulp-autoprefixer": "~3.1.0",
    "gulp-changed": "~1.3.0",
    "gulp-coffee": "~2.3.2",
    "gulp-concat": "~2.6.0",
    "gulp-cssmin": "~0.1.7",
    "gulp-header": "~1.7.1",
    "gulp-riot": "~0.4.9",
    "gulp-sass": "~2.3.0",
    "gulp-shorthand": "~1.1.0",
    "gulp-strip-css-comments": "~1.2.0",
    "gulp-uglify": "~1.5.3",
    "gulp-util": "~3.0.7",
    "level-mem": "~0.18.0",
    "mocha": "latest",
    "piping": "~0.3.0",
    "should": "latest",
    "standard": "latest"
  },
  "engines": {
    "node": ">= 4"
  },
  "scripts": {
    "clean": "rm -rf node_modules",
    "lint": "standard app",
    "pretest": "npm run lint",
    "server": "NODE_ENV=development NODE_PATH=./ DEBUG=fink-www node index.js",
    "start": "NODE_ENV=production NODE_PATH=./ DEBUG=fink-www node index.js",
    "test": "echo 'no test (yet)'"
  },
  "license": "MIT"
}
