-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
69 lines (69 loc) · 1.96 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "streamroot-hlsjs-p2p-wrapper",
"version": "3.5.5",
"main": "lib/streamroot-wrapper.js",
"homepage": "www.streamroot.io",
"author": {
"name": "streamroot",
"email": "contact@streamroot.io"
},
"repository": {
"type": "git",
"url": "https://github.com/streamroot/hlsjs-p2p-wrapper"
},
"license": "MIT",
"scripts": {
"clean": "rm -Rf dist",
"build": "grunt build",
"demo": "grunt demo",
"test": "node_modules/.bin/mocha --require mochahook",
"karma": "node_modules/.bin/grunt browserify:test && ./node_modules/.bin/karma start --single-run",
"docs": "./node_modules/.bin/jsdoc -d docs lib/hlsjs-p2p-wrapper.js lib/hlsjs-p2p-bundle.js",
"lint": "node_modules/.bin/eslint lib/ test/",
"start": "node_modules/.bin/static",
"debug": "iron-mocha --require mochahook",
"preinstall": "npm run clean",
"postinstall": "./update_demo.rb"
},
"browserify": {
"transform": [
"babelify"
]
},
"dependencies": {
"hls.js": "0.5.40",
"lodash.assigninwith": "^4.0.7",
"lodash.defaults": "4.0.1",
"streamroot-p2p": "^4.0.0",
"ua-parser-js": "^0.7.10",
"url": "^0.11.0"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"browserify-derequire": "^0.9.4",
"eslint": "2.9.0",
"eslint-config-streamroot": "1.0.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-bump": "^0.8.0",
"grunt-shell": "^1.1.2",
"jsdoc": "^3.4.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-should": "^1.0.0",
"matchdep": "^1.0.1",
"mocha": "^2.4.5",
"node-static": "^0.7.7",
"should": "^9.0.0",
"uglifyify": "^3.0.1",
"xhr-shaper": "^0.2.1"
}
}