Skip to content
Snippets Groups Projects
package.json 1.85 KiB
Newer Older
Luiz Vasconcellos's avatar
Luiz Vasconcellos committed
{
  "name": "pinsis-portal",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
Luiz Vasconcellos's avatar
Luiz Vasconcellos committed
    "rxjs": "^5.5.2",
Luiz Vasconcellos's avatar
Luiz Vasconcellos committed
    "zone.js": "^0.8.14"
  },
  "devDependencies": {
Raul Almeida's avatar
Raul Almeida committed
    "karma": "1.7.0",