-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 852 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 852 Bytes
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
{
"name": "hook-javascript",
"description": "hook javascript client",
"homepage": "https://github.com/doubleleft/hook-javascript",
"main": "./dist/hook.js",
"ignore": [
"src",
"hook-ext",
"docs",
"grunt",
"tests",
"yuidoc-theme",
"node_modules",
"bower_components"
],
"dependencies" : {
},
"devDependencies": {
"json.date": "RickStrahl/json.date-extensions#f16379c45f0150047c547ab821e94aad00b2c2a9",
"uxhr": "endel/uxhr#a484e430e224375b786072da5abb94dfd3c68685",
"qunit": "~1.9.0",
"es6-promise": "~2.2.0",
"lodash": "~2.4.0",
"blueimp-canvas-to-blob": "~2.1.0",
"event-source-polyfill": "0.0.1",
"AutobahnJS": "tavendo/AutobahnJS#v0.8.2",
"backbone": "~1.1.2",
"jquery": "~2.1.0",
"winchan": "mozilla/winchan#ac4b142c34daa84bbcb5d8663fad19ce6394cb18"
}
}