{
  "name": "chained",
  "version": "0.5.0",
  "description": "A DSL inspired chaining library. Needs Harmony to work in browser and node",
  "main": "index.js",
  "dependencies": {
    "q": "~0.9.7",
    "harmony-reflect": "0.0.9"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:vzaccaria/chained.git"
  },
  "directories": {
    "public": "./public"
  },
  "devDependencies": {},
  "scripts": {
    "test": "mocha --harmony public/dsl-test.js --reporter spec"
  },
  "author": "Vittorio Zaccaria",
  "license": "BSD",
  "homepage": "www.vittoriozaccaria.net/chained"
}
