{
  "name": "ng2-easy-table",
  "version": "0.1.18",
  "description": "Angular2 simple beautifull table",
  "repository": {
    "type": "git",
    "url": "https://github.com/ssuperczynski/ng2-easy-table.git"
  },
  "scripts": {
    "start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
    "tsc": "tsc",
    "test": "karma start karma.conf.js --single-run",
    "tsc:w": "tsc -w",
    "concurrently": "concurrently",
    "lite": "lite-server",
    "typings": "typings",
    "postinstall": "typings install && npm run tsc",
    "prepublish": "gulp",
    "styles": "node-sass -w app/styles/main.scss app/styles/main.css"
  },
  "license": "MIT",
  "dependencies": {
    "@angular/common": "^2.0.0-rc.3",
    "@angular/compiler": "^2.0.0-rc.3",
    "@angular/core": "^2.0.0-rc.3",
    "@angular/http": "^2.0.0-rc.3",
    "@angular/platform-browser": "^2.0.0-rc.3",
    "@angular/platform-browser-dynamic": "^2.0.0-rc.3",
    "es6-promise": "^3.0.2",
    "es6-shim": "^0.35.0",
    "node-sass": "^3.4.2",
    "reflect-metadata": "0.1.3",
    "rxjs": "5.0.0-beta.6",
    "systemjs": "0.19.27",
    "zone.js": "^0.6.12"
  },
  "devDependencies": {
    "angular2-in-memory-web-api": "0.0.7",
    "del": "^2.2.0",
    "concurrently": "^2.0.0",
    "gulp": "^3.9.1",
    "gulp-sass": "^2.3.1",
    "gulp-typescript": "^2.12.2",
    "jasmine-core": "2.4.1",
    "karma": "^0.13.22",
    "karma-firefox-launcher": "^0.1.7",
    "karma-jasmine": "^0.3.8",
    "lite-server": "^2.2.0",
    "typescript": "^1.8.10",
    "typings": "^0.8.1"
  },
  "engines": {
    "node": ">=4.4.0",
    "npm": ">=2.0.0"
  },
  "bugs": {
    "url": "https://github.com/ssuperczynski/ng2-table/issues"
  },
  "homepage": "https://github.com/ssuperczynski/ng2-table",
  "main": "main.js",
  "keywords": [
    "angular2",
    "ng2",
    "table",
    "angular table",
    "angular2 table",
    "angular 2 table",
    "angular2-table",
    "ng2-easy-table"
  ],
  "author": "Sebastian Superczynski <sebastian.superczynski@espeo.eu> (http://espeo.eu/)"
}
