forked from lynckia/licode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.4 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
{
"name": "licode",
"version": "0.1.0",
"description": "Open Source Communication Provider",
"license": "MIT",
"private": true,
"devDependencies": {
"async": "^2.1.2",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.0",
"eslint-plugin-react": "^7.1.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": "[email protected]"
},
{
"name": "Pedro Rodriguez",
"email": "[email protected]"
},
{
"name": "Javier Cerviño",
"email": "[email protected]"
}
],
"scripts": {
"buildClient": "cd erizo_controller/erizoClient && ../../node_modules/.bin/gulp",
"test": " ./node_modules/mocha/bin/mocha nuve/nuveAPI/test/* erizo_controller/test/*",
"lintClient": "cd erizo_controller/erizoClient && ../../node_modules/.bin/gulp lint",
"lint": "./node_modules/jshint/bin/jshint erizo_controller/erizoAgent/ erizo_controller/erizoController/ erizo_controller/erizoJS/ erizo_controller/common/amqper.js erizo_controller/common/logger.js erizo_controller/test/ nuve/ extras/basic_example/basicServer.js extras/basic_example/public/*.js spine/"
}
}