fossasia/loklak_webclient

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "loklak_webclient",
  "version": "0.1.0",
  "author": "Julian Renard <renard.julian@gmail.com>",
  "description": "A webclient for loklak server.",
  "repository": {
    "type": "git",
    "url": "https://github.com/loklak/loklak_webclient.git"
  },
  "private": true,
  "engines": {
    "node": ">=0.12.x"
  },
  "dependencies": {
    "angular": "^1.3.15",
    "angular-mocks": "^1.3.15",
    "angular-ui-router": "^0.2.13",
    "babelify": "^5.0.4",
    "bootstrap-sass": "^3.3.5",
    "brfs": "^1.2.0",
    "browser-sync": "^1.5.8",
    "browserify": "^5.10.0",
    "browserify-istanbul": "^0.2.0",
    "browserify-ngannotate": "^0.1.0",
    "bulk-require": "^0.2.1",
    "bulkify": "^1.1.1",
    "debowerify": "^1.2.0",
    "del": "^0.1.3",
    "express": "^4.7.2",
    "gulp": "^3.8.8",
    "gulp-angular-templatecache": "^1.3.0",
    "gulp-autoprefixer": "^2.0.0",
    "gulp-changed": "^1.0.0",
    "gulp-gzip": "^0.0.8",
    "gulp-if": "^1.2.5",
    "gulp-imagemin": "^1.1.0",
    "gulp-jshint": "^1.8.3",
    "gulp-karma": "0.0.4",
    "gulp-minify-css": "^1.1.1",
    "gulp-notify": "^2.0.0",
    "gulp-protractor": "0.0.11",
    "gulp-sass": "^2.2.0",
    "gulp-sourcemaps": "^1.3.0",
    "gulp-streamify": "0.0.5",
    "gulp-uglify": "^1.0.1",
    "gulp-util": "^3.0.1",
    "isparta": "git+https://github.com/douglasduteil/isparta",
    "jshint-stylish": "^1.0.0",
    "karma": "^0.12.21",
    "morgan": "^1.2.2",
    "photoswipe": "4.0.7",
    "pretty-hrtime": "^0.2.2",
    "protractor": "^1.2.0",
    "run-sequence": "^0.3.6",
    "tiny-lr": "0.0.9",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^0.1.1",
    "watchify": "^2.0.0",
    "angular-animate": "^1.3.15",
    "angular-base64-upload": "^0.1.11",
    "angular-google-picker": "^0.2.0",
    "angular-loading-bar": "^0.7.1",
    "angular-moment": "^0.10.0",
    "angular-resource": "^1.4.3",
    "autolinker": "^0.18.1",
    "bootstrap": "^3.3.4",
    "browserify-shim": "^3.8.9",
    "chart.js": "^1.0.2",
    "gulp-nodemon": "^2.0.3",
    "jquery": "^2.1.4",
    "jquery-browserify": "^1.8.1",
    "markdown": "^0.5.0",
    "masonry-layout": "^3.3.0",
    "moment": "^2.10.2",
    "ng-tags-input": "^2.3.0",
    "sync-request": "^2.0.1",
    "twitter-text": "^1.12.0"
  },
  "scripts": {
    "pretest": "npm install",
    "test": "node test/test.js",
    "preprotractor": "npm run update-webdriver",
    "protractor": "npm run protractor test/protractor.conf.js",
    "postinstall": "./install_heroku_script.sh"
  },
  "browserify-shim": {
    "jQuery": "global:$",
    "Morris": "global:Morris"
  }
}