{
  "name": "fa-tool",
  "version": "0.0.8",
  "description": "font awesome tool, can be used as markdown-it plugin",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean:dist": "rimraf -rf dist",
    "tsc": "npm run clean:dist && tsc -d && tsc -d --outDir dist/es5 -t es5",
    "test": "ts-node node_modules/tape/bin/tape 'test/**/*.tape.ts' | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/empirefox/fa-tool.git"
  },
  "keywords": [
    "markdown-it-plugin",
    "markdown-it",
    "markdown",
    "fontawesome"
  ],
  "author": "https://github.com/empirefox",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/empirefox/fa-tool/issues"
  },
  "homepage": "https://github.com/empirefox/fa-tool#readme",
  "dependencies": {
    "markdown-it-regexp": "*"
  },
  "devDependencies": {
    "@types/markdown-it": "0.0.1",
    "@types/node": "^6.0.46",
    "@types/tape": "^4.2.28",
    "markdown-it": "^8.2.2",
    "rimraf": "^2.5.4",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.2",
    "ts-node": "^1.6.1",
    "typescript": "^2.1.4"
  }
}
