{
  "name": "jsonc-parser",
  "version": "0.2.1",
  "description": "Scanner and parser for JSON with comments.",
  "main": "./lib/main.js",
  "typings": "./lib/main",
  "author": "Microsoft Corporation",
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/node-jsonc-parser"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Microsoft/node-jsonc-parser/issues"
  },
	"devDependencies": {
		"mocha": "^2.4.5",
		"typescript": "^1.8.9"
	},
	"dependencies": {
		"vscode-nls": "^1.0.4"
	},
	"scripts": {
		"prepublish": "tsc -p ./src",
		"compile": "tsc -p ./src",
		"watch": "tsc -w -p ./src",
    "test": "tsc -p ./src && mocha"
	}
}
