fxa/package.json

26 строки
617 B
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",
"start": "node _scripts/start.js"
},
"repository": {
"type": "git",
"url": "https://github.com/vladikoff/fxa-local-dev"
2014-11-05 04:38:23 +03:00
},
"author": "",
"license": "MPL",
"dependencies": {
2015-03-26 01:27:03 +03:00
"bunyan": "1.3.4",
2015-03-18 19:13:48 +03:00
"chalk": "1.0.0",
2014-12-30 08:57:38 +03:00
"firefox-profile": "0.3.6",
"pm2": "0.12.7",
"selenium-standalone": "4.2.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
}
}