зеркало из https://github.com/mozilla/hawk.git
node 0.10
This commit is contained in:
Родитель
49d2e540ab
Коммит
63e75a703b
|
@ -1,5 +1,5 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 0.8
|
||||
- 0.10
|
||||
|
||||
|
|
14
package.json
14
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hawk",
|
||||
"description": "HTTP Hawk Authentication Scheme",
|
||||
"version": "0.11.1",
|
||||
"version": "0.12.0",
|
||||
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",
|
||||
"contributors": [],
|
||||
"repository": "git://github.com/hueniverse/hawk",
|
||||
|
@ -13,16 +13,16 @@
|
|||
"hawk"
|
||||
],
|
||||
"engines": {
|
||||
"node": "0.8.x"
|
||||
"node": "0.10.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"hoek": "0.7.x",
|
||||
"boom": "0.3.x",
|
||||
"cryptiles": "0.1.x",
|
||||
"sntp": "0.1.x"
|
||||
"hoek": "0.8.x",
|
||||
"boom": "0.4.x",
|
||||
"cryptiles": "0.2.x",
|
||||
"sntp": "0.2.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lab": "0.0.x",
|
||||
"lab": "0.1.x",
|
||||
"complexity-report": "0.x.x"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче