{
  "name": "frontpress",
  "version": "1.0.8",
  "description": "Full front-end AngularJS template for WordPress Rest API.",
  "main": "index.js",
  "dependencies": {
    "angular": "^1.5.8",
    "angular-ui-router": "^0.3.1",
    "angular-disqus": "^1.1.3",
    "ng-infinite-scroll": "^1.3.0"
  },
  "devDependencies": {
    "angular-mocks": "^1.5.8",
    "buffer-to-vinyl": "^1.1.0",
    "codacy-coverage": "^2.0.0",
    "gulp": "^3.9.1",
    "gulp-angular-templatecache": "^2.0.0",
    "gulp-concat": "^2.6.0",
    "gulp-connect": "5.0.0",
    "gulp-inject": "4.1.0",
    "gulp-load-tasks": "^0.8.4",
    "gulp-ng-config": "^1.3.1",
    "gulp-plumber": "^1.1.0",
    "gulp-uglify": "2.0.0",
    "gulp-watch": "^4.3.9",
    "inquirer": "2.0.0",
    "jasmine-core": "^2.5.2",
    "jshint": "^2.9.4",
    "karma": "^1.3.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.0.2",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-spec-reporter": "0.0.26",
    "merge-stream": "^1.0.0",
    "nodemon": "^1.10.2",
    "pre-commit": "^1.2.2",
    "run-sequence": "^1.1.5"
  },
  "scripts": {
    "test": "karma start --browsers PhantomJS && cat ./coverage/report-lcov/lcov.info | ./node_modules/.bin/codacy-coverage",
    "jshint": "jshint -c .jshintrc --exclude-path .jshintignore ."
  },
  "pre-commit": ["jshint"],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frontpressorg/frontpress.git"
  },  
  "author": "Jota Teles",
  "npmName": "frontpress",
  "npmFileMap": [
    {
      "basePath": "release",
      "files": [
        "**/frontpress.*.js"
      ]
    }
  ],  
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/frontpressorg/frontpress/issues"
  },
  "homepage": "https://github.com/frontpressorg/frontpress#readme"
}
