forked from dottgonzo/avahi-nodeutils
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 929 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": "@pdulapalli/avahi-node-utils",
"version": "1.2.0",
"description": "Avahi utils",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pdulapalli/avahi-nodeutils.git"
},
"keywords": [
"avahi",
"zero-conf",
"bonjour"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pdulapalli/avahi-nodeutils/issues"
},
"homepage": "https://github.com/pdulapalli/avahi-nodeutils#readme",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-mocha": "^3.0.1",
"gulp-prompt": "^0.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tag-version": "^1.3.0",
"gulp-typescript": "^2.13.6",
"gulp-util": "^3.0.7",
"mocha": "^3.0.2"
},
"dependencies": {
"bluebird": "^3.4.6"
}
}