mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7f4b5020e4
--HG-- extra : transplant_source : Z%1E%08.%D8%87%A3%E7%A7%E7d%CD%AF%EA%D0wp%E4d%D8
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"
|
|
}
|
|
}
|