Init Commit
Showing
.bowerrc
0 → 100644
.eslintignore
0 → 100644
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.jscsrc
0 → 100644
.jshintrc
0 → 100644
Gruntfile.js
0 → 100644
backend/lib/constants.json
0 → 100644
backend/lib/i18n/index.js
0 → 100644
backend/lib/index.js
0 → 100644
backend/webserver/index.js
0 → 100644
bower.json
0 → 100644
frontend/app/hublin.app.js
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "linagora.esn.hublin", | ||
"version": "0.0.1", | ||
"description": "just a link to hubl.in", | ||
"main": "index.js", | ||
"devDependencies": { | ||
"chai": "3.4.0", | ||
"chai-shallow-deep-equal": "1.3.0", | ||
"eslint": "3.6.0", | ||
"eslint-config-airbnb-base": "8.0.0", | ||
"eslint-config-linagora-esn": "1.0.0", | ||
"eslint-plugin-import": "1.16.0", | ||
"eslint-plugin-jsx-a11y": "2.2.1", | ||
"eslint-plugin-react": "6.2.0", | ||
"grunt": "0.4.5", | ||
"grunt-continue": "0.1.0", | ||
"grunt-contrib-clean": "1.0.0", | ||
"grunt-contrib-concat": "1.0.1", | ||
"grunt-contrib-jshint": "1.0.0", | ||
"grunt-contrib-watch": "1.0.0", | ||
"grunt-eslint": "19.0.0", | ||
"grunt-i18n-checker": "git+https://github.com/linagora/grunt-i18n-checker.git#v2.0.0", | ||
"grunt-karma": "2.0.0", | ||
"grunt-lint-pattern": "0.1.4", | ||
"grunt-mocha-cli": "2.1.0", | ||
"grunt-run": "0.6.0", | ||
"grunt-run-grunt": "git+https://github.com/linagora/grunt-run-grunt.git", | ||
"grunt-shell": "1.3.1", | ||
"grunt-shell-spawn": "0.3.10", | ||
"grunt-wait-server": "0.3.0", | ||
"i18n": "0.8.3", | ||
"i18n-checker": "git+https://github.com/linagora/i18n-checker.git#v2.0.0", | ||
"karma": "1.3.0", | ||
"karma-chrome-launcher": "2.0.0", | ||
"karma-coverage": "1.1.1", | ||
"karma-firefox-launcher": "1.0.0", | ||
"karma-mocha": "1.1.1", | ||
"karma-ng-jade2module-preprocessor": "git+https://github.com/linagora/karma-ng-jade2module-preprocessor.git", | ||
"karma-phantomjs-launcher": "1.0.2", | ||
"karma-spec-reporter": "0.0.26", | ||
"mocha": "3.0.2", | ||
"mockery": "1.7.0", | ||
"phantomjs": "2.1.7", | ||
"socket.io": "1.3.7" | ||
}, | ||
"scripts": { | ||
"test": "grunt test", | ||
"postinstall": "./node_modules/bower/bin/bower install --allow-root" | ||
}, | ||
"author": "Linagora R&D", | ||
"license": "AGPLv3", | ||
"dependencies": { | ||
"awesome-module": "1.0.0", | ||
"bower": "1.8.0", | ||
"express": "4.13.3", | ||
"i18n": "0.6.0", | ||
"lodash": "4.15.0" | ||
} | ||
} |
test/config/karma.conf.js
0 → 100644
test/unit-backend/all.js
0 → 100644
Please register or sign in to comment