{
  "name": "asset-wrap",
  "description": "Asset management framework for nodejs",
  "version": "0.9.4",
  "author": "Bryant Williams <b.n.williams@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/scien/asset-wrap.git"
  },
  "scripts": {
    "start":    "cake start",
    "stop":     "cake stop",
    "test":     "cake test"
  },
  "dependencies": {
    "async": "0.2.x",
    "clean-css": "2.0.x",
    "chokidar": "0.8.x",
    "coffee-script":  "1.7.x",
    "less": "1.3.x",
    "nib": "1.0.x",
    "node-uuid": "1.4.x",
    "sass": "0.5.x",
    "snockets": "1.3.x",
    "stylus": "0.42.x",
    "uglify-js": "2.4.x"
  },
  "devDependencies": {
    "express": "3.4.x",
    "mocha": "1.21.x",
    "pkgcloud": "0.9.x",
    "should": "4.0.x"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "main": "./lib/index"
}
