fxa-crypto-relier/package.json

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

{
"name": "fxa-crypto-relier",
2019-04-01 18:07:28 +03:00
"version": "2.4.0",
"description": "Scoped Encryption Keys for Firefox Accounts Util Library",
"scripts": {
"build": "webpack --env=build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "karma start test/karma.conf.js --single-run",
"test-dev": "karma start test/karma.conf.js",
"precommit": "npm run build && npm run docs",
2017-11-17 02:49:50 +03:00
"docs": "jsdoc2md --template docs/template.hbs src/**/*.js > docs/README.md; jsdoc2md src/**/*.js --private > docs/PRIVATE.md; echo",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"dependencies": {
"base64url": "^3.0.0",
"node-hkdf": "0.0.2",
"node-jose": "1.0.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.0.1",
"babel-loader": "7.1.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.24.1",
"chai": "4.1.0",
2017-11-17 02:49:50 +03:00
"conventional-changelog-cli": "^1.3.5",
"eslint": "4.10.0",
"eslint-loader": "1.9.0",
"husky": "^0.14.3",
"jsdoc-to-markdown": "^3.0.0",
"karma": "^1.7.1",
"karma-chai-plugins": "^0.9.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"mocha": "^4.0.0",
"webpack": "3.8.1",
"yargs": "^10.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-crypto-relier.git"
},
"engines": {
"node": ">=6"
},
"author": "Firefox Accounts Team",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla/fxa-crypto-relier/issues"
},
"homepage": "https://github.com/mozilla/fxa-crypto-relier"
}