{
  "name": "tolefocus",
  "version": "0.3.1",
  "description": "Agnostic Framework Focus Manager",
  "scripts": {
    "compile": "tsc -p src",
    "build": "tsc -p src && rollup -c rollup.config.js && rollup -c rollup.min.config.js",
    "rollup": "rollup -c",
    "build:watch": "tsc -w -p src",
    "build:test:watch": "tsc -w -p src -module umd",
    "test": "npm run compile && concurrently \"npm run build:test:watch\" \"karma start karma.conf.js\""
  },
  "entry": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tolemac/tolefocus.git"
  },
  "keywords": [
    "focus",
    "manager",
    "web"
  ],
  "author": "Javier Ros aka tolemaC",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tolemac/tolefocus/issues"
  },
  "homepage": "https://github.com/tolemac/tolefocus#readme",
  "devDependencies": {
    "@types/jasmine": "^2.5.43",
    "@types/systemjs": "^0.20.1",
    "concurrently": "^3.4.0",
    "core-js": "^2.4.1",
    "jasmine-core": "^2.5.2",
    "karma": "^1.5.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-jasmine": "^1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "rollup": "^0.41.4",
    "rollup-plugin-uglify": "^1.0.1",
    "systemjs": "^0.20.9",
    "tslint": "^4.3.1",
    "typescript": "^2.0.10"
  }
}
