bigbluebutton-Github/labs/api/meetings/package.json

24 lines
432 B
JSON
Raw Normal View History

2014-04-27 10:51:18 +08:00
{
2014-04-30 23:43:25 +08:00
"name": "meetingApi",
2014-04-27 10:51:18 +08:00
"version": "0.0.2",
"private": true,
"scripts": {
"start": "coffee index.coffee"
},
"dependencies": {
"hapi": "2.6.0",
"joi": "2.7.0",
"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"
}
}