2014-04-28 07:29:26 +08:00
|
|
|
{
|
|
|
|
"name": "exploringHapi",
|
|
|
|
"version": "0.0.2",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "coffee index.coffee"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"hapi": "2.6.0",
|
|
|
|
"joi": "2.7.0",
|
2014-04-28 07:38:25 +08:00
|
|
|
"oauth-signature": "1.1.3",
|
2014-04-28 07:29:26 +08:00
|
|
|
"coffee-script": "1.7.1",
|
|
|
|
"js-sha1": "0.1.1",
|
|
|
|
"bunyan": "0.22.2",
|
|
|
|
"glob": "3.2.6"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"coffee-script": "1.7.1",
|
|
|
|
"mocha": "1.18.2",
|
|
|
|
"should": "3.3.1",
|
|
|
|
"glob": "3.2.6",
|
|
|
|
"chai": "1.9.x"
|
|
|
|
}
|
|
|
|
}
|