{
  "name": "compoundjs",
  "version": "1.1.2-7",
  "author": "Anatoliy Chakkaev",
  "description": "RailwayJS - Ruby-on-Rails inspired MVC web framework, fully ExpressJS compatible",
  "keywords": [
    "mvc",
    "web-framework",
    "rails",
    "ruby-on-rails",
    "express",
    "railway"
  ],
  "homepage": "http://railwayjs.com",
  "engines": [
    "node >= 0.8.0"
  ],
  "url": "http://compoundjs.com",
  "main": "lib/onrailway",
  "bin": {
    "compound": "bin/compound",
    "rw": "bin/compound"
  },
  "dependencies": {
    "express": "3.x",
    "yaml-js": ">= 0.0.2",
    "coffee-script": ">= 1.1.1",
    "ejs-ext": ">= 0.0.8",
    "jade-ext": ">= 0.0.5",
    "railway-routes": ">= 0.0.6",
    "kontroller": "https://github.com/1602/kontroller/tarball/master",
    "seedjs": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/1602/express-on-railway.git"
  },
  "devDependencies": {
    "jugglingdb": ">= 0.1.25",
    "nodeunit": "*",
    "semicov": "*"
  },
  "scripts": {
    "test": "./support/nodeunit/bin/nodeunit test"
  }
}
