mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
acbc965941
Bug 1044411 - Generate Loop ToS static content, priv-policy bits removed
34 lines
774 B
JSON
34 lines
774 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": "1.3.x"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"bower": "1.3.9",
|
|
"express": "3.x",
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-marked": "0.1.1",
|
|
"grunt-sass": "0.14.1",
|
|
"grunt-text-replace": "0.3.12",
|
|
"i18n-abide": "0.0.22",
|
|
"jshint": "2.x",
|
|
"load-grunt-tasks": "0.6.0",
|
|
"time-grunt": "0.4.0"
|
|
},
|
|
"scripts": {
|
|
"test": "make test",
|
|
"start": "make runserver",
|
|
"prepublish": "bower install --config.interactive=false -s"
|
|
},
|
|
"license": "MPL-2.0"
|
|
}
|