-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1.19 KB
/
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
{
"name": "bwch",
"version": "0.1.0",
"dependencies": {
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"grunt": "^0.4.5",
"grunt-concurrent": "^2.2.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "^3.4.1"
},
"description": "BwCh is a JavaScript API to detect bandwidth for web-based environments. \r It uses some of the latest JavaScript innovation (window.navigator.connection currently \r supported in Chrome 48+ for Android as of April 2016)\r in order to provide a flexible method to detect bandwidth for both mobile and desktop \r devices. \r It fallbacks to image pre-loading to detect bandwidth where those newest API are not available.",
"directories": {
"example": "example",
"test": "test"
},
"keywords": [
"javascript",
"bandwidth",
"connection",
"browser"
],
"author": "Arnaud Leyder",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/radiantmediaplayer/bwch.git"
},
"bugs": {
"url": "https://github.com/radiantmediaplayer/bwch/issues"
},
"homepage": "https://github.com/radiantmediaplayer/bwch#readme"
}