{
  "name": "mentionify",
  "description": "A Node.js module that renders @'s in the DOM's text to social media profile links",
  "version": "0.0.12",
  "dependencies": {
    "babel-polyfill": "^6.22.0",
    "findandreplacedomtext": "^0.4.4"
  },
  "scripts": {
    "build": "babel src -d lib",
    "test:build": "npm run build && webpack",
    "test:run": "mocha --compilers js:babel-core/register test/*.test.js",
    "test": "npm run test:build && npm run test:run"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  },
  "author": "Justin Cano <jcano001@ucr.edu>",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-core": "^6.22.1",
    "babel-loader": "^6.2.10",
    "babel-preset-es2015": "^6.22.0",
    "jsdom": "^9.9.1",
    "mocha": "^3.2.0",
    "webpack": "^1.14.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:earthican/mentionify.js.git"
  },
  "homepage": "http://jcano.me/mentionify.js"
}
