{
  "name": "pinpoint",
  "version": "1.1.0",
  "description": "Display an arrow in a string of code to point to a location",
  "main": "lib/pinpoint.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "mocha --bail --compilers coffee:coffee-script --ui qunit"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/curvedmark/pinpoint.git"
  },
  "keywords": [
    "editor"
  ],
  "author": "Glen Huang <curvedmark@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/curvedmark/pinpoint/issues"
  },
  "devDependencies": {
    "mocha": "1.x",
    "coffee-script": "1.x"
  }
}
