{
  "name": "tal",
  "license": "Apache-2.0",
  "version": "10.0.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/bbc/tal.git"
  },
  "description": "Library for building applications for Connected TV devices",
  "main": "./node/antieframework.js",
  "directories": {
    "node": "./node",
    "config": "./config",
    "static": "./static/script"
  },
  "engines": {
    "npm": "~3.10.3"
  },
  "devDependencies": {
    "eslint-plugin-jasmine": "^1.6.0",
    "eslint-plugin-requirejs": "^0.6.0",
    "grunt": "^0.4.5",
    "grunt-bump": "^0.6.0",
    "grunt-cli": "~0.1.6",
    "grunt-complexity": "^0.2.0",
    "grunt-contrib-jasmine": "0.9.2",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-jsdoc": "^2.1.0",
    "grunt-shell": "^1.1.1",
    "grunt-text-replace": "^0.4.0",
    "gruntify-eslint": "^1.3.0"
  },
  "dependencies": {
    "es5-shim": "^4.5.9",
    "tal-page-strategies": "1.1.7"
  },
  "scripts": {
    "test": "grunt full --verbose",
    "test:unit": "grunt jasmine",
    "test:lint": "grunt lint"
  }
}
