{
    "name": "zepto-mirror"
  , "version": "1.1.4"
  , "homepage": "http://zeptojs.com"
  , "scripts": {
      "test": "coffee make test"
    , "dist": "coffee make dist"
    , "start": "coffee test/server.coffee"
  }
  , "repository": "madrobby/zepto"
  , "license": {
      "type": "MIT"
    , "url": "http://zeptojs.com/license/"
  }
  , "devDependencies": {
      "uglify-js": "2.4.x"
    , "express": "3.1.x"
    , "coffee-script": "1.5.x"
    , "shelljs": "0.1.x"
  }
}
