fh-wfm-message
Version:
An message module for WFM
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "fh-wfm-message",
"version": "0.1.3",
"description": "An message module for WFM",
"main": "lib/angular/message-ng.js",
"repository": {
"type": "git",
"url": "https://github.com/feedhenry-raincatcher/raincatcher-message.git"
},
"scripts": {
"build": "wfm-template-build -m 'wfm.message.directives'",
"watch": "wfm-template-build -w -m 'wfm.message.directives'",
"test": "grunt"
},
"keywords": [
"wfm",
"message"
],
"author": "Brian Leathem",
"license": "MIT",
"dependencies": {
"angular-messages": "1.5.3",
"express": "4.15.2",
"fh-wfm-mediator": "0.3.3",
"lodash": "4.17.4",
"moment": "^2.15.1",
"ng-feedhenry": "0.3.0",
"q": "1.4.1",
"shortid": "^2.2.6",
"string-template": "^1.0.0"
},
"devDependencies": {
"body-parser": "1.15.0",
"chai": "^3.5.0",
"fh-wfm-template-build": "0.2.1",
"grunt": "1.0.1",
"grunt-eslint": "18.0.0",
"grunt-mocha-test": "0.13.2",
"load-grunt-tasks": "3.5.2",
"mocha": "3.2.0",
"request": "2.69.0",
"should": "8.3.0",
"sinon": "1.17.6",
"sinon-as-promised": "4.0.2",
"proxyquire": "1.7.4"
}
}