bigbluebutton-Github/labs/demos/package.json

24 lines
485 B
JSON
Raw Normal View History

2014-05-12 22:31:52 +08:00
{
"name": "html5LangingPage",
2014-05-13 01:45:48 +08:00
"version": "0.0.2",
2014-05-12 22:31:52 +08:00
"private": true,
"scripts": {
2014-05-13 01:45:48 +08:00
"start": "coffee index.coffee"
2014-05-12 22:31:52 +08:00
},
"dependencies": {
"express": "4.1.2",
2014-05-13 01:45:48 +08:00
"hapi": "4.1.0",
"js-sha1": "0.1.1",
2014-05-13 05:09:40 +08:00
"xml2js": "0.4.2",
2014-05-15 00:00:32 +08:00
"request": "2.34.0",
"connect": "2.15.0"
2014-10-02 22:42:28 +08:00
},
"devDependencies": {
"coffeelint": "^1.6.0",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-jshint": "^0.10.0"
2014-05-12 22:31:52 +08:00
}
}