https://github.com/PressForward/pressforward
Revision 7693bff7372eac51283d0fefcfda619273e58667 authored by Aram Zucker-Scharff on 17 October 2017, 05:49:11 UTC, committed by Aram Zucker-Scharff on 17 October 2017, 05:49:11 UTC
1 parent 521a895
Raw File
Tip revision: 7693bff7372eac51283d0fefcfda619273e58667 authored by Aram Zucker-Scharff on 17 October 2017, 05:49:11 UTC
Setup ajax responses and defaults
Tip revision: 7693bff
package.json
{
  "name": "pressforward",
  "version": "3.7.0",
  "description": "PressForward is a free plugin that provides an editorial workflow for content aggregation and curation within the WordPress dashboard. It is designed for bloggers and editorial teams who wish to collect, discuss, and share content from a variety of sources on the open web. ",
  "main": "assets/js/pf.js",
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "gulp": "~3.9.0",
    "gulp-sass": "~2.0.4"
  },
  "devDependencies": {
    "gulp": "~3.9.0",
    "gulp-sass": "~2.0.4"
  },
  "scripts": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/PressForward/pressforward.git"
  },
  "keywords": [
    "pressforward"
  ],
  "author": "Aram Zucker-Scharff, PressForward team",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/PressForward/pressforward/issues"
  },
  "homepage": "https://github.com/PressForward/pressforward"
}
back to top