{
  "name": "<%= name %>",
  "version": "0.0.0",
  "description": "a Sails application starter toolkit",
  "keywords": [
    "sails.js",
    "coffeescript",
    "jade",
    "coffee",
    "sass"
  ],
  "dependencies": {
    "sails": "~0.11.0-rc4",
    "sails-disk": "~0.10.0",
    "rc": "~0.5.0",
    "include-all": "^0.1.6",
    "ejs": "~0.8.4",
    "grunt": "0.4.2",
    "grunt-sync": "~0.0.4",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-sails-linker": "~0.9.5",
    "grunt-contrib-jst": "~0.6.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-uglify": "~0.4.0",
    "grunt-contrib-cssmin": "~0.9.0",
    "grunt-contrib-less": "0.11.1",
    "grunt-contrib-coffee": "~0.10.1",
    "jade": "^1.8.2",
    "grunt-contrib-sass": "^0.8.1",
    "yeoman-generator": "^0.18.6"
  },
  "scripts": {
    "test": "mocha test",
    "start": "coffee app.coffee",
    "build": "compass compile",
    "watch": "parallelshell 'npm run watch:compass' 'npm run watch:livereload' 'npm run watch:coffee'",
    "watch:compass": "compass watch",
    "watch:livereload": "live-reload --port 9091 .tmp/public/",
    "watch:coffee": "coffee -cwo ./.tmp/public/js ./assets/js/",
    "copy": "cp --parents ./assets/js/dependencies/*.js ./.tmp/public/js/dependencies/*.js",
    "debug": "node debug app.js"
  },
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/caesarchi/main-site.git"
  },
  "author": "clonn(a.k.a, CaesarChi)",
  "license": "MIT",
  "devDependencies": {
    "live-reload": "latest",
    "parallelshell": "^1.0.3",
    "lodash": "^3.1.0",
    "mocha": "^2.1.0",
    "chai": "^1.10.0",
    "grunt-bower-task": "^0.4.0"
  }
}
