{
  "name": "ark",
  "version": "0.5.2",
  "description": "Packages code for the browser as Node modules.",
  "main": "index.coffee",
  "bin": {
    "ark": "./bin/ark"
  },
  "scripts": {
    "test": "coffee test/test.coffee"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dyoder/ark.git"
  },
  "keywords": [
    "node",
    "npm",
    "require",
    "web",
    "browser"
  ],
  "author": "Dan Yoder <danielyoder@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "c50n": "0.3.x",
    "coffee-script": "1.3.x",
    "eco": "1.1.x",
    "fairmont": "0.5.x",
    "uglify-js": "1.3.x",
    "minimatch": "~0.2.12",
    "panda-glob": "~0.1.2",
    "express": "~3.4.7",
    "connect": "~2.12.0"
  },
  "devDependencies": {
    "node-system": "0.0.3",
    "testify": "~0.2.8"
  }
}
