-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.07 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "seneca-mite",
"description": "Mite plugin for seneca-sentinel.",
"version": "0.0.1",
"keywords": [
"seneca",
"sentinel",
"monitor",
"mite"
],
"author": {
"name": "Mircea Alexandru",
"email": "[email protected]",
"url": "https://github.com/mirceaalexandru"
},
"license": "MIT",
"main": "mite.js",
"scripts": {
"test": "lab"
},
"files": [
"LICENSE.txt",
"README.md",
"mite.js",
"constants",
"controller",
"protocol",
"service"
],
"dependencies": {
"async": "^1.4.2",
"lodash": "^3.10.1",
"macaddress": "^0.2.8",
"node-uuid": "^1.4.3",
"seneca-auth": "0.4.0",
"seneca-crypt": "~0.0.1",
"seneca-user": "0.2.10"
},
"repository": {
"type": "git",
"url": "https://github.com/senecajs-labs/seneca-mite"
},
"devDependencies": {
"assert": "^1.3.0",
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.5",
"express": "^4.13.3",
"express-session": "^1.11.3",
"lab": "^5.16.0",
"seneca": "^0.6.4",
"supertest": "^1.1.0"
}
}