bullhorn/chomsky-ng2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "chomsky-ng2",
  "version": "2.2.0",
  "description": "An Angular 2 module that leverages Chomsky for i18n.",
  "scripts": {
    "start": "ng serve",
    "build": "copyfiles tsconfig.ngc.json node_modules/ng-packagr/lib/conf && ng-packagr -p ng-package.json && npm run cleanup-dist",
    "cleanup-dist": "rimraf dist/src",
    "test": "ng test -cc --watch false",
    "test-watch": "ng test",
    "lint": "tslint --format codeFrame -c ./tslint.json \"./src/**/*.ts\" -e \"./src/**/typings.d.ts\" -e \"./src/environments/**\"",
    "precommit-msg": "echo 'Pre-commit checks...' && exit 0"
  },
  "pre-commit": [
    "precommit-msg",
    "lint"
  ],
  "keywords": [
    "angular2"
  ],
  "author": "Joshua Godi <joshuagodi@gmail.com>",
  "contributors": [{
      "name": "Brian Kimball",
      "email": "bkimball@bullhorn.com"
    },
    {
      "name": "Alec Sibilia",
      "email": "asibilia@bullhorn.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bullhorn/chomsky-ng2.git"
  },
  "bugs": {
    "url": "https://github.com/bullhorn/chomsky-ng2/issues"
  },
  "homepage": "https://github.com/bullhorn/chomsky-ng2",
  "private": false,
  "peerDependencies": {
    "@angular/common": "^5.0.0",
    "@angular/core": "^5.0.0",
    "@angular/forms": "^5.0.0"
  },
  "dependencies": {
    "chomsky": "^2.0.0"
  },
  "devDependencies": {
    "@angular/animations": "^5.0.0",
    "@angular/cli": "1.5.4",
    "@angular/common": "^5.0.0",
    "@angular/compiler": "^5.0.0",
    "@angular/compiler-cli": "^5.0.0",
    "@angular/core": "^5.0.0",
    "@angular/forms": "^5.0.0",
    "@angular/http": "^5.0.0",
    "@angular/language-service": "^5.0.0",
    "@angular/platform-browser": "^5.0.0",
    "@angular/platform-browser-dynamic": "^5.0.0",
    "@angular/router": "^5.0.0",
    "@types/jasmine": "~2.5.53",
    "@types/jasminewd2": "~2.0.2",
    "@types/node": "~6.0.60",
    "classlist.js": "^1.1.20150312",
    "codelyzer": "^4.0.1",
    "copyfiles": "^1.2.0",
    "core-js": "^2.4.1",
    "coveralls": "^3.0.0",
    "galaxy-parser": "^1.0.45",
    "glob": "^7.1.2",
    "jasmine-core": "~2.6.2",
    "jasmine-spec-reporter": "~4.1.0",
    "karma": "~1.7.0",
    "karma-chrome-launcher": "~2.1.1",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^1.2.1",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "ng-packagr": "^1.5.0-rc.1",
    "pre-commit": "^1.2.2",
    "rimraf": "^2.6.2",
    "rxjs": "^5.5.2",
    "standard-version": "^4.2.0",
    "tslint": "~5.7.0",
    "typescript": "~2.4.2",
    "zone.js": "^0.8.14"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}