{
  "name": "playground",
  "version": "0.7.0",
  "description": "Create Xcode Playgrounds for the Swift programming language with rich documentation generated from Markdown",
  "main": "index.js",
  "bin": {
    "playground": "lib/cli.js"
  },
  "scripts": {
    "test": "istanbul test node_modules/mocha/bin/_mocha && npm run lint",
    "lint": "jshint . --reporter node_modules/jshint-stylish/stylish.js"
  },
  "author": "Jason Sandmeyer <jasandmeyer@icloud.com> (http://jasonsandmeyer.com)",
  "repository": {
    "type": "git",
    "url": "http://github.com/jas/playground.git"
  },
  "bugs": "http://github.com/jas/playground/issues",
  "license": "MIT",
  "keywords": [
    "swift",
    "xcode",
    "playground",
    "markdown",
    "documentation"
  ],
  "dependencies": {
    "async": "0.9.0",
    "fs-extra": "0.9.1",
    "marked": "0.3.2",
    "nomnom": "^1.7.0",
    "update-notifier": "0.2.0",
    "xml": "0.0.12"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "chai-fs": "0.0.3",
    "istanbul": "0.2.11",
    "jshint": "^2.5.1",
    "jshint-stylish": "0.2.0",
    "mocha": "^1.20.1",
    "rimraf": "^2.2.8",
    "temp": "^0.8.0",
    "walk-sync": "^0.1.2"
  }
}
