{
  "name": "chained",
  "version": "0.7.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",
    "underscore": "~1.5.2"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:vzaccaria/chained.git"
  },
  "directories": {
    "public": "./public"
  },
  "devDependencies": {
    "mocha": "~1.14.0",
    "should": "~2.0.2",
    "jQuery": "~1.7.4",
    "jsdom": "~0.8.8",
    "xmlhttprequest": "~1.6.0"
  },
  "scripts": {
    "test": "mocha --harmony public/dsl-test.js --reporter spec"
  },
  "author": "Vittorio Zaccaria",
  "license": "BSD",
  "homepage": "http://www.vittoriozaccaria.net/chained"
}
