mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
341 B
JSON
20 lines
341 B
JSON
|
{
|
||
|
"name": "Loop-client",
|
||
|
"description": "Video conferencing app powered by WebRTC.",
|
||
|
"version": "0.0.1",
|
||
|
"engines": {
|
||
|
"node": "0.10.x",
|
||
|
"npm":"1.3.x"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"express": "3.x"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"jshint": "2.x"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "make test",
|
||
|
"start": "make runserver"
|
||
|
}
|
||
|
}
|