fxa/packages/123done/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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

2012-03-19 19:48:38 +04:00
{
"name": "123done",
"description": "A simple tasklist app that demonstrates FxA Sign-In",
"version": "0.0.2",
"author": {
2014-04-03 01:38:56 +04:00
"name": "Mozilla",
"url": "https://mozilla.org/"
},
2014-04-03 01:38:56 +04:00
"licenses": [
{
"type": "MPL 2.0",
"url": "https://mozilla.org/MPL/2.0/"
}
],
"homepage": "http://123done.org/",
"bugs": "https://github.com/mozilla/fxa/issues",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa.git"
},
2012-03-19 19:48:38 +04:00
"private": true,
"dependencies": {
"client-sessions": "0.8.x",
2020-06-27 01:29:53 +03:00
"express": "^4.17.1",
"fxa-jwtool": "0.7.x",
"morgan": "^1.10.0",
"node-rsa": "1.0.5",
"redis": "^3.0.2",
"request": "^2.88.2"
2012-04-28 01:10:07 +04:00
},
"devDependencies": {
"audit-filter": "0.5.0",
"eslint": "^6.8.0",
"eslint-plugin-fxa": "^2.0.2",
"fxa-shared": "workspace:*",
"pm2": "^4.4.1",
"prettier": "^2.0.5"
},
2012-03-19 19:48:38 +04:00
"scripts": {
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
"lint": "eslint .",
"start": "pm2 start pm2.config.js",
"stop": "pm2 stop pm2.config.js",
"restart": "pm2 restart pm2.config.js",
"test": "npm run lint",
"format": "prettier --write --config ../../_dev/.prettierrc '**'"
2012-03-19 19:48:38 +04:00
}
}