Viewing File: /home/ubuntu/vedadeals-frontend-base/node_modules/fetch-jsonp/package.json

{
  "name": "fetch-jsonp",
  "version": "1.1.3",
  "description": "Fetch JSONP like a boss using Fetch API",
  "main": "build/fetch-jsonp.js",
  "scripts": {
    "prepublish": "npm run lint && npm run clean && npm run build",
    "test": "mocha --compilers js:babel/register --recursive --ui bdd --reporter spec",
    "build": "babel src/ --modules umd --out-dir build",
    "clean": "rm -rf build",
    "lint": "eslint src/ test/"
  },
  "keywords": [
    "fetch",
    "jsonp",
    "github fetch",
    "ajax"
  ],
  "devDependencies": {
    "babel": "^5.8.21",
    "babel-core": "^5.8.21",
    "babel-eslint": "^4.0.5",
    "chai": "^3.2.0",
    "eslint": "^1.1.0",
    "eslint-config-airbnb": "^0.0.7",
    "eslint-plugin-react": "^3.2.1",
    "mocha": "^2.2.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/camsong/fetch-jsonp.git"
  },
  "author": "Cam Song",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/camsong/fetch-jsonp/issues"
  },
  "homepage": "https://github.com/camsong/fetch-jsonp#readme"
}
Back to Directory File Manager