{
  "name": "dust-message-helper",
  "version": "4.2.1",
  "description": "A helper for runtime use of @pre and @message i18n tags",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js",
    "prepublish": "webpack index.js index.amd.js --output-library-target=amd --library=dust-message-helper && webpack index.js index.umd.js --output-library-target=umd && webpack index.js index.browser.js --output-library-target=var --library=dustMessageHelper"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aredridel/dust-pre-helper.git"
  },
  "keywords": [
    "browser",
    "dustjs",
    "i18n"
  ],
  "author": "Aria Stewart <ariastewart@paypal.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/aredridel/dust-pre-helper/issues"
  },
  "homepage": "https://github.com/aredridel/dust-pre-helper",
  "devDependencies": {
    "dustjs-linkedin": "~2.7.1",
    "freshy": "^1.0.0",
    "node-libs-browser": "^0.5.2",
    "tap": "^1.2.0",
    "webpack": "^1.10.1"
  }
}
