-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 871 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": "manuh",
"version": "1.4.5",
"description": "A lightweight client-side topic infrastructure inspired by MQTT pub-sub interface ",
"main": "src/manuh.js",
"scripts": {
"test": "mocha",
"dist": "gulp dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiagostutz/manuh.git"
},
"keywords": [
"manuh",
"event",
"topic",
"mqtt",
"clientside",
"frontend",
"react"
],
"author": "Tiago Stutz",
"license": "MIT",
"bugs": {
"url": "https://github.com/tiagostutz/manuh/issues"
},
"homepage": "https://github.com/tiagostutz/manuh#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5"
},
"dependencies": {
"debug": "^3.1.0"
}
}