forked from diorahman/appearin-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "appearin-sdk",
"version": "0.0.4",
"description": "The offical appear.in JavaScript SDK. For usage in browsers only.",
"browser": "index-browser.js",
"main": "index-node.js",
"scripts": {
"test": "karma start karma-ci.conf.js",
"test-local": "karma start"
},
"keywords": [
"webrtc",
"embedding",
"appearin",
"appear.in"
],
"author": "Appear.in Team",
"license": "MIT",
"dependencies": {
"promise": "^6.0.1",
"browser-request": "^0.3.3"
},
"devDependencies": {
"browserify": "^8.0.3",
"grunt": "^0.4.5",
"matchdep": "^0.3.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-browserify": "^3.2.1",
"grunt-contrib-uglify": "^0.7.0",
"karma": "^0.12.31",
"mocha": "^2.1.0",
"karma-mocha": "^0.1.10",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-phantomjs-launcher": "^0.1.4",
"karma-opera-launcher": "^0.1.0",
"karma-browserify": "^3.0.0",
"karma-sauce-launcher": "^0.2.10",
"karma-cli": "0.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/appearin/appearin-sdk"
},
"bugs": {
"url": "https://github.com/appearin/appearin-sdk/issues",
"email": "[email protected]"
}
}