forked from lynckia/licode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 869 Bytes
/
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
{
"name": "licode",
"version": "0.1.0",
"description": "Open Source Communication Provider",
"license": "MIT",
"private": true,
"devDependencies": {
"async": "^2.1.2",
"chai": "^3.5.0",
"jshint": "^2.9.3",
"mocha": "^3.1.2",
"mock-require": "^1.3.0",
"sinon": "^1.17.6",
"supertest": "^2.0.0",
"vows": "0.6.x",
"winston": "~0.7.2"
},
"contributors": [
{
"name": "Alvaro Alonso",
"email": "aalonsog@dit.upm.es"
},
{
"name": "Pedro Rodriguez",
"email": "prodriguez@dit.upm.es"
},
{
"name": "Javier Cerviño",
"email": "jcervino@dit.upm.es"
}
],
"scripts": {
"test": " ./node_modules/mocha/bin/mocha nuve/nuveAPI/test/* erizo_controller/test/*",
"lint": "./node_modules/jshint/bin/jshint erizo_controller/ nuve/ extras/basic_example/ spine/"
}
}