-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbower.json
27 lines (27 loc) · 877 Bytes
/
bower.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
{
"name": "wearscript-playground",
"version": "0.0.1",
"dependencies": {
"angular": "1.2.14",
"angular-resource": "1.2.14",
"angular-route": "1.2.14",
"angular-ui-ace": "bower",
"angular-logging": "https://gist.github.com/6938531.git",
"wearscript-js": "https://github.com/lrvick/wearscript-js.git",
"msgpack-javascript": "https://github.com/OpenShades/msgpack-javascript.git",
"reconnecting-websocket": "https://github.com/joewalnes/reconnecting-websocket.git",
"angular-table": "~1.0.0",
"components-font-awesome": "~4.0.3",
"angular-bootstrap": "~0.10.0",
"angular-hammer": "~1.0.3",
"angular-ui-utils": "~0.1.1",
"angular-sanitize": "~1.2.15",
"angular-intro.js": "~1.0.2",
"qrcode": "~1.0.1",
"angular-qr": "~0.1.4"
},
"devDependencies": {
"less": "~1.7.0",
"bootstrap": "~3.1.0"
}
}