forked from mozilla/fxa-local-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "fxa-local-dev",
"version": "1.0.2",
"description": "An easy way to contribute to Firefox Accounts",
"scripts": {
"postinstall": "_scripts/postinstall.sh",
"install-extras": "_scripts/install_extras.sh",
"update": "./pm2 kill && _scripts/update_all.sh",
"start": "fxa-dev-launcher",
"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"
},
"homepage": "https://github.com/mozilla/fxa-local-dev",
"bugs": {
"url": "https://github.com/mozilla/fxa-local-dev/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-local-dev"
},
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
"dependencies": {
"bluebird": "2.10.2",
"chalk": "1.1.1",
"foxfire": "1.0.1",
"fxa-dev-launcher": "vladikoff/fxa-dev-launcher",
"minimist": "1.1.1",
"pm2": "1.1.3",
"replace-in-file": "0.2.1",
"selenium-standalone": "4.4.0"
}
}