{
  "name": "d.ts-verifier",
  "version": "0.1.0",
  "description": "Parses the provided WinJS.d.ts file to output the public API surface of WinJS.",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "winjs",
    "winjs.d.ts",
    "d.ts"
  ],
  "author": {
    "name": "Microsoft Corporation and other contributors",
    "url": "https://github.com/winjs/winjs/graphs/contributors"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/winjs/winjs/blob/master/License.txt"
  },
  "dependencies": {
    "fs.extra": "^1.3.2",
    "node-static": "^0.7.7",
    "sugar": "^1.4.1"
  }
}
