-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 944 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
{
"name": "mqtt-elements",
"version": "0.0.6-beta",
"description": "Polymer elements for MQTT",
"main": "mqtt-elements.html",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mqttjs/mqtt-elements.git"
},
"keywords": [
"mqtt",
"polymer",
"websockets"
],
"author": "Sandro Kock <[email protected]> (https://github.com/sandro-k)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mqttjs/mqtt-elements/issues"
},
"homepage": "https://github.com/mqttjs/mqtt-elements#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"jscs": "^2.4.0",
"mqtt": "^1.3.0",
"web-component-tester": "git+https://github.com/sandro-k/web-component-tester.git"
},
"dependencies": {
"mqemitter": "^0.4.0"
}
}