2014-05-29 20:20:11 +00:00
|
|
|
{
|
2014-08-26 17:58:00 +00:00
|
|
|
"name": "loop-client",
|
|
|
|
"description": "Video conferencing app powered by WebRTC",
|
2014-05-29 20:20:11 +00:00
|
|
|
"version": "0.0.1",
|
2014-08-26 17:58:00 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:mozilla/loop-client.git"
|
|
|
|
},
|
2014-05-29 20:20:11 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "0.10.x",
|
2015-10-23 19:26:20 +00:00
|
|
|
"npm": "2.14.x"
|
2014-05-29 20:20:11 +00:00
|
|
|
},
|
2014-08-26 17:58:00 +00:00
|
|
|
"dependencies": {},
|
2014-05-29 20:20:11 +00:00
|
|
|
"devDependencies": {
|
2015-09-28 21:15:21 +00:00
|
|
|
"compression": "1.5.x",
|
2015-10-16 09:31:06 +00:00
|
|
|
"eslint": "1.6.x",
|
2015-09-30 17:50:05 +00:00
|
|
|
"eslint-plugin-mozilla": "../../../../testing/eslint-plugin-mozilla",
|
2015-10-16 09:31:06 +00:00
|
|
|
"eslint-plugin-react": "3.5.x",
|
2015-09-28 21:15:21 +00:00
|
|
|
"exports-loader": "0.6.x",
|
2015-09-28 20:18:22 +00:00
|
|
|
"express": "4.x",
|
2015-09-28 21:15:21 +00:00
|
|
|
"imports-loader": "0.6.x",
|
2015-09-28 20:18:22 +00:00
|
|
|
"script-loader": "0.6.x",
|
|
|
|
"webpack": "1.12.x"
|
2014-05-29 20:20:11 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "make test",
|
2015-03-30 20:45:53 +00:00
|
|
|
"start": "make runserver"
|
2014-08-26 17:58:00 +00:00
|
|
|
},
|
|
|
|
"license": "MPL-2.0"
|
2014-05-29 20:20:11 +00:00
|
|
|
}
|