bigbluebutton-Github/bigbluebutton-html5/package.json

60 lines
1.7 KiB
JSON
Raw Normal View History

2014-10-03 01:14:41 +08:00
{
"name": "bbb-html5-client",
"description": "BigBlueButton HTML5 Client",
2014-10-03 01:14:41 +08:00
"scripts": {
"start": "cd app;./start.sh",
2016-05-28 02:30:16 +08:00
"preinstall": "npm install grunt-cli",
"test": "cd app;JASMINE_BROWSER=PhantomJS JASMINE_MIRROR_PORT=3000 meteor run --test",
"lint": "node_modules/jscs/bin/jscs *",
"autofix": "node_modules/jscs/bin/jscs * --fix"
2014-10-03 01:14:41 +08:00
},
"dependencies": {
2016-04-22 05:30:54 +08:00
"classnames": "^2.2.3",
2016-08-03 06:55:20 +08:00
"grunt-cli": "~1.2.0",
"history": "^2.1.2",
2016-08-03 06:55:20 +08:00
"image-size": "~0.5.0",
2016-05-28 02:30:16 +08:00
"meteor-node-stubs": "^0.2.3",
2016-07-28 05:50:35 +08:00
"node-sass": "^3.8.0",
"react": "~15.3.1",
"react-addons-css-transition-group": "~15.3.1",
"react-addons-pure-render-mixin": "~15.3.1",
"react-autosize-textarea": "~0.3.2",
"react-dom": "~15.3.1",
2016-07-11 20:34:58 +08:00
"react-intl": "~2.1.3",
"react-modal": "~1.4.0",
2016-08-24 07:45:28 +08:00
"winston": "^2.2.0",
"react-router": "~2.7.0",
2016-07-28 05:50:35 +08:00
"redis": "^2.6.2",
"underscore": "~1.8.3"
},
2014-10-03 01:14:41 +08:00
"devDependencies": {
2016-05-03 06:42:54 +08:00
"autoprefixer": "^6.3.6",
2014-10-03 01:14:41 +08:00
"grunt": "^0.4.5",
2016-05-03 06:42:54 +08:00
"grunt-concurrent": "~2.2.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-force-task": "~2.0.0",
"grunt-jscs": "~2.8.0",
"grunt-shell": "~1.2.1",
2016-05-03 06:42:54 +08:00
"jscs": "~2.11.0",
"load-grunt-tasks": "~3.4.1",
2016-07-11 20:34:58 +08:00
"grunt-newer": "~1.2.0",
"postcss-modules-extract-imports": "1.0.0",
"postcss-modules-local-by-default": "1.0.0",
"postcss-modules-scope": "1.0.0",
"postcss-modules-values": "1.1.1",
"postcss-nested": "1.0.0"
},
"cssModules": {
2016-05-03 06:42:54 +08:00
"extensions": [
"scss"
2016-07-11 20:34:58 +08:00
],
"postcssPlugins": {
"postcss-nested": {},
"postcss-modules-local-by-default": {},
"postcss-modules-extract-imports": {},
"postcss-modules-scope": {},
"autoprefixer": {}
}
2014-10-03 01:14:41 +08:00
}
}