gecko/browser/components/loop/standalone/package.json
Nicolas Perriault 7f4b5020e4 Bug 983697 - Fill loop-client repository with basic server & readme. r=dmose
--HG--
extra : transplant_source : Z%1E%08.%D8%87%A3%E7%A7%E7d%CD%AF%EA%D0wp%E4d%D8
2014-05-29 21:20:11 +01:00

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"
}
}