aboutsummaryrefslogblamecommitdiffstats
path: root/package.json
blob: 2fd6cbd1170e07ea3748acee8bbc1d164b1276cc (plain) (tree)
1
2
 
                    

























                                    
{
  "name": "webcals",
  "version": "0.0.1",
  "author": "",
  "description": "",
  "main": "lib/index.js",

  "repository": {
    "type": "git",
    "url": "https://github.com/.git"
  },

  "keywords": [
    ""
  ],
  "dependencies" : {
    "xmlhttprequest": "1.4.2"
  },
  "devDependencies": {
    "mocha": "~1.1",
    "chai": "~1.0",
    "sax": "0.4.0"
  },
  "license": "MIT",
  "engine": {
    "node": ">=0.4"
  }
}