aboutsummaryrefslogblamecommitdiffstats
path: root/package.json
blob: da7a0411b5668d49a79824f9d209c590ca5dfd5a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
                   













                                    
                   


                             
                    
                    
                   
                          
                         

                        





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

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

  "keywords": [
    ""
  ],
  "dependencies" : {
    "sax": "0.4.0",
    "xmlhttprequest": "1.4.2"
  },
  "devDependencies": {
    "debug": "~0.7",
    "mocha": "~1.7",
    "chai": "~1.0",
    "test-agent": "~0.10",
    "http-proxy": "~0.8",
    "commander": "~1.0",
    "sinon": "~1.6"
  },
  "license": "MIT",
  "engine": {
    "node": ">=0.4"
  }
}