{
  "name": "meta-shortcodes",
  "version": "1.0.3",
  "description": "Shortcode parser with support of arguments, key-value attributes and nesting.",
  "main": "lib/parser.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "lint": "./node_modules/.bin/jshint --exclude-path ./.gitignore --reporter=./node_modules/jshint-full-path/index.js .",
    "pretest": "npm run-script lint",
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should --reporter spec --ui bdd ./test/*",
    "posttest": "./node_modules/.bin/istanbul check-coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/metaplatform/meta-shortcodes.git"
  },
  "keywords": [
    "shortcode",
    "shortcodes",
    "shorttag",
    "tag",
    "parser",
    "shortcode-parser"
  ],
  "author": "META Platform team <www.meta-platform.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/metaplatform/meta-shortcodes/issues"
  },
  "homepage": "https://github.com/metaplatform/meta-shortcodes",
  "devDependencies": {
    "istanbul": "^0.3.17",
    "jshint": "^2.8.0",
    "jshint-full-path": "^1.1.1",
    "mocha": "^2.2.5",
    "should": "^6.0.3"
  }
}
