forked from lynckia/licode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 959 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
37
{
"name": "licode",
"version": "0.1.0",
"description": "Open Source Communication Provider",
"devDependencies": {
"vows": "0.6.x",
"coffee-script": "1.4.x",
"winston": "~0.7.2",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.2",
"karma-chrome-launcher": "~0.1.0",
"jasmine-node": "~1.11.0"
},
"contributors": [
{
"name": "Alvaro Alonso",
"email": "[email protected]"
},
{
"name": "Pedro Rodriguez",
"email": "[email protected]"
},
{
"name": "Javier Cerviño",
"email": "[email protected]"
}
],
"scripts": {
"test": " ./node_modules/jasmine-node/bin/jasmine-node test/;karma start test/karma.conf.js"
}
}