Skip to content

Commit db4cf34

Browse files
author
shellus
committed
update bower
1 parent 1979ca2 commit db4cf34

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "angular-MQTT",
3+
"homepage": "https://github.com/shellus/angular-MQTT",
4+
"authors": [
5+
"shellus <[email protected]>"
6+
],
7+
"description": "Wrapper MQTT(websocket) in angularjs",
8+
"main": "",
9+
"moduleType": [],
10+
"keywords": [
11+
"angular",
12+
"mqtt"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
],
22+
"dependencies": {
23+
"angular": "^1.5.0"
24+
}
25+
}

0 commit comments

Comments
 (0)