mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
31 lines
715 B
JSON
31 lines
715 B
JSON
{
|
|
"name": "loop-client",
|
|
"description": "Video conferencing app powered by WebRTC",
|
|
"version": "0.0.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:mozilla/loop-client.git"
|
|
},
|
|
"engines": {
|
|
"node": "0.10.x",
|
|
"npm": "2.14.x"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"compression": "1.5.x",
|
|
"eslint": "1.6.x",
|
|
"eslint-plugin-mozilla": "../../../../testing/eslint-plugin-mozilla",
|
|
"eslint-plugin-react": "3.5.x",
|
|
"exports-loader": "0.6.x",
|
|
"express": "4.x",
|
|
"imports-loader": "0.6.x",
|
|
"script-loader": "0.6.x",
|
|
"webpack": "1.12.x"
|
|
},
|
|
"scripts": {
|
|
"test": "make test",
|
|
"start": "make runserver"
|
|
},
|
|
"license": "MPL-2.0"
|
|
}
|