{
  "name": "air-drop",
  "version": "0.2.3",
  "author": "Chris Powers <chrisjpowers@gmail.com>",
  "description": "Utility for packaging, manipulating and delivering JS and CSS source to the browser",
  "scripts": {
    "test": "jasmine-node --coffee spec"
  },
  "main": "./lib/air-drop.js",
  "bin": {
    "air-drop": "bin/cli.js"
  },
  "dependencies": {
    "async": "*",
    "connect": "> 2.0.0",
    "glob": "*",
    "underscore": "1.3.1",
    "uglify-js": "*",
    "burrito": "*",
    "detective": "*",
    "coffee-script": "*",
    "stylus": "*",
    "less": "*"
  },
  "devDependencies": {
    "jasmine-node": "*"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/chrisjpowers/air-drop.git"
  },
  "engine": {
    "node": ">=0.4"
  }
}
