{
  "name": "ramp",
  "version": "2.0.2",
  "description": "A ramp that makes browsers crash and burn, and hopefully run some tests (or less specifically, load some files and emit some events).",
  "author": {
    "name": "August Lilleaas",
    "email": "august@augustl.com",
    "url": "http://augustl.com"
  },
  "main": "./lib/ramp",
  "repository": {
    "type": "git",
    "url": "https://github.com/busterjs/ramp.git"
  },
  "dependencies": {
    "ramp-resources": "2.x",
    "faye": "1.1.2",
    "ejs": "2.x",
    "node-uuid": "1.x",
    "when": "3.x",
    "mori": "0.3.x"
  },
  "scripts": {
    "test": "node run-tests.js",
    "test-debug": "node --debug-brk run-tests.js"
  },
  "engines": {
    "node": ">= 4"
  },
  "devDependencies": {
    "buster-node": "0.7.x",
    "phantom": "0.8.x",
    "phantomjs": "1.x"
  },
  "license": "BSD-3-Clause"
}
