forked from opentok/opentok-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.17 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
{
"name": "opentok",
"description": "OpenTok server-side SDK",
"version": "2.2.2-alpha.1",
"homepage": "http://opentok.github.io/opentok-node",
"repository": {
"type": "git",
"url": "https://github.com/opentok/opentok-node.git"
},
"bugs": {
"url": "https://github.com/opentok/opentok-node/issues",
"email": "[email protected]"
},
"license": "MIT",
"contributors": [
{
"name": "Brian Stoner",
"email": "[email protected]",
"url": "http://brianstoner.com"
},
{
"name": "Song Zheng",
"email": "[email protected]",
"url": "http://songz.me"
},
{
"name": "Ankur Oberoi",
"email": "[email protected]",
"url": "http://aoberoi.me"
}
],
"main": "lib/opentok.js",
"scripts": {
"test": "grunt"
},
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"async": "^0.2.10",
"chai": "^1.9.1",
"grunt": "^0.4.4",
"grunt-jasmine-node": "^0.2.1",
"grunt-jsdoc": "^0.5.4",
"grunt-mocha-test": "^0.10.0",
"nock": "^0.32.3"
},
"dependencies": {
"xmljson": "~0.2.0",
"underscore": "~1.5.2",
"request": "^2.34.0",
"lodash": "^2.4.1"
}
}