-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 859 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": "sails-generate-avahi",
"version": "0.11.1",
"description": "Avahi service publishing for Sails.js instances",
"main": "Generator.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"avahi",
"generator",
"sails",
"generate",
"plugin",
"dbus"
],
"author": "Michael Fladischer <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fladi/sails-generate-avahi"
},
"bugs": {
"url": "https://github.com/fladi/sails-generate-avahi/issues"
},
"dependencies": {
"dbus-native": "^0.1.2",
"enum": "^1.1.0"
},
"devDependencies": {
"sails-generate": "*",
"reportback": "*",
"fs-extra": "*"
},
"sailsGenerator": {
"type": "avahi",
"behavior": "overrides `sails generate avahi`",
"sailsVersion": "~0.11.0"
}
}