mocha for tests, browserid-certifier
This commit is contained in:
Родитель
ce9b005913
Коммит
de3bbe86c4
|
@ -4,7 +4,7 @@
|
|||
"description": "Firefox Accounts Persona Bridge",
|
||||
"scripts": {
|
||||
"start": "server/bin/firefox_account_bridge.js",
|
||||
"test": "nodeunit server/tests/*.js"
|
||||
"test": "mocha server/tests/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -19,10 +19,12 @@
|
|||
"express": "3.3.4",
|
||||
"i18n-abide": "0.0.11",
|
||||
"nunjucks": "0.1.9",
|
||||
"urlparse": "0.0.1"
|
||||
"urlparse": "0.0.1",
|
||||
"browserid-certifier": "0.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodeunit": "0.8.1",
|
||||
"mocha": "1.0.3",
|
||||
"should": "0.6.3",
|
||||
"awsbox": "0.4.5",
|
||||
"jshint": "0.9.1"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче