forked from Temasys/AdapterJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "adapterjs",
"description": "Creating a common API for WebRTC in the browser",
"version": "0.11.0",
"homepage": "https://temasys.github.io/",
"author": {
"name": "Temasys Communications Pte. Ltd.",
"email": "[email protected]"
},
"main": "publish/adapter.min.js",
"repository": {
"type": "git",
"url": "[email protected]:Temasys/AdapterJS.git"
},
"licenses": [{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"scripts": {
"test": "./test.sh;"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-replace": "^0.7.9",
"tape": "^3.0.0"
},
"testling": {
"files": "tests/*.js",
"browsers": [
"ie/9",
"chrome/30..latest",
"chrome/canary",
"firefox/26..latest",
"firefox/nightly",
"opera/17..latest",
"opera/next",
"safari/latest",
"iphone/latest",
"ipad/latest",
"android-browser/latest"
]
},
"engines": {
"node": ">=0.10.26",
"npm": ">=1.4.6",
"grunt": ">=0.4.1"
},
"keywords": ["webrtc", "ortc", "adapter", "shim", "polyfill", "rtc"]
}