-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.61 KB
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
{
"name": "peeracle",
"version": "0.0.1",
"description": "Peeracle Javascript Library",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test istanbul cover --include-all-sources jasmine",
"lint": "eslint src/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/peeracle/peeracle.git"
},
"keywords": [
"p2p",
"peer",
"webrtc",
"multimedia",
"media",
"video",
"streaming",
"ondemand",
"audio"
],
"author": "Axel Isouard",
"license": "MIT",
"bugs": {
"url": "https://github.com/peeracle/peeracle/issues"
},
"homepage": "https://github.com/peeracle/peeracle",
"devDependencies": {
"babel-eslint": "^3.0.1",
"eslint": "^0.15.1",
"grunt": "^0.4.5",
"grunt-closure-compiler": "0.0.21",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-eslint": "^12.0.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-karma": "^0.10.1",
"grunt-preprocess": "^4.1.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.3.1",
"karma-express-http-server": "0.0.1",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-opera-launcher": "^0.1.0",
"karma-verbose-reporter": "0.0.2"
},
"dependencies": {
"commander": "^2.7.1",
"event-target": "^0.1.0",
"observatory": "^0.1.1",
"websocket": "^1.0.17",
"winston": "^1.0.0",
"wrtc": "0.0.49",
"xhr2": "^0.1.2",
"xmlhttprequest": "^1.7.0"
}
}