{
  "name": "schet",
  "version": "0.0.14",
  "description": "Schet is a schedule coordination tool.",
  "keywords": [],
  "homepage": "http://github.com/shrhdk/schet",
  "bugs": {
    "url": "http://github.com/shrhdk/schet/issues"
  },
  "license": "MIT",
  "files": [
    ".eslintrc",
    ".gitignore",
    ".travis.yml",
    "CHANGELOG.md",
    "README.md",
    "bower.json",
    "bower_components",
    "package.json",
    "node_modules",
    "gulpfile.js",
    "doc",
    "bin",
    "build",
    "src",
    "test",
    "debug"
  ],
  "main": "build/src/app.js",
  "bin": {
    "schet": "bin/schet"
  },
  "directories": {
    "test": "test/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/shrhdk/schet.git"
  },
  "scripts": {
    "start": "node build/src/app",
    "bower": "bower install",
    "build": "gulp build",
    "clean": "gulp clean",
    "clean-all": "gulp clean:all",
    "lint": "gulp lint",
    "test": "gulp test"
  },
  "dependencies": {
    "async": "0.9.0",
    "body-parser": "~1.8.1",
    "env-lang": "^1.0.0",
    "express": "~4.12.0",
    "jade": "^1.9.2",
    "method-override": "^2.3.0",
    "moment": "2.9.0",
    "mongodb": "1.4.19"
  },
  "devDependencies": {
    "bower": "^1.3.12",
    "browserify": "^9.0.3",
    "debowerify": "^1.2.0",
    "del": "*",
    "forever": "^0.14.1",
    "gulp": "3.8.11",
    "gulp-babel": "*",
    "gulp-eslint": "^0.5.0",
    "gulp-mocha": "*",
    "gulp-sass": "^1.3.3",
    "mocha": "2.1.0",
    "request": "2.47.0",
    "vinyl-source-stream": "*"
  },
  "browserify": {
    "transform": [
      "debowerify"
    ]
  }
}
