-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
40 lines (40 loc) · 902 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "fh-wfm-workflow",
"version": "0.2.7",
"description": "A workflow module for WFM",
"repository": {
"type": "git",
"url": "https://github.com/feedhenry-raincatcher/raincatcher-workflow.git"
},
"keywords": [
"wfm",
"workflow"
],
"scripts": {
"test": "grunt"
},
"author": "Brian Leathem",
"license": "MIT",
"dependencies": {
"express": "4.15.2",
"fh-wfm-mediator": "0.3.3",
"lodash": "4.17.4",
"ng-feedhenry": "0.3.0",
"q": "1.4.1",
"shortid": "^2.2.6"
},
"devDependencies": {
"chai": "3.5.0",
"coveralls": "^2.13.1",
"grunt": "^1.0.1",
"grunt-eslint": "^18.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "0.13.2",
"istanbul": "^0.4.5",
"load-grunt-tasks": "3.5.2",
"mocha": "3.2.0",
"proxyquire": "1.7.10",
"sinon": "1.17.6",
"sinon-as-promised": "4.0.2"
}
}