fxa/package.json

36 строки
1.0 KiB
JSON
Исходник Обычный вид История

2014-11-05 04:38:23 +03:00
{
"name": "fxa-local-dev",
2015-01-08 19:12:26 +03:00
"version": "1.0.1",
2014-11-05 04:38:23 +03:00
"description": "An easy way to contribute to Firefox Accounts",
"scripts": {
2014-12-17 06:25:58 +03:00
"postinstall": "_scripts/postinstall.sh",
2014-12-30 08:57:38 +03:00
"update": "./pm2 kill && _scripts/update_all.sh",
2015-05-08 23:19:01 +03:00
"start": "node _scripts/start.js",
"test": "node test/functional.js --suite=full",
"test-core": "node test/functional.js --suite=core",
"test-oauth": "node test/functional.js --suite=oauth",
"config-fxios": "node _scripts/config-fxios.js"
2014-12-30 08:57:38 +03:00
},
"homepage": "https://github.com/mozilla/fxa-local-dev",
"bugs": {
"url": "https://github.com/mozilla/fxa-local-dev/issues"
},
2014-12-30 08:57:38 +03:00
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-local-dev"
2014-11-05 04:38:23 +03:00
},
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
2014-11-05 04:38:23 +03:00
"dependencies": {
"bluebird": "2.10.2",
"chalk": "1.1.1",
2015-06-08 23:26:48 +03:00
"firefox-profile": "0.3.11",
2015-05-08 23:19:01 +03:00
"minimist": "1.1.1",
2015-12-14 20:02:09 +03:00
"pm2": "0.15.10",
"replace-in-file": "0.2.1",
2015-05-08 23:19:01 +03:00
"selenium-standalone": "4.4.0",
2015-03-18 19:13:48 +03:00
"tail": "0.4.0",
"webdriverio": "2.4.5"
2014-11-05 04:38:23 +03:00
}
}