{
  "name": "fg-loadcss",
  "version": "2.1.0",
  "description": "A function for loading CSS asynchronously",
  "main": "src/loadCSS.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/filamentgroup/loadCSS.git"
  },
  "author": "Filament Group <hello@filamentgroup.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/filamentgroup/loadCSS/issues"
  },
  "homepage": "https://github.com/filamentgroup/loadCSS",
  "devDependencies": {
    "grunt": "~1.0.3",
    "grunt-cli": "~1.3.2",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-jshint": "~2.0.0",
    "grunt-contrib-qunit": "~3.0.1",
    "grunt-contrib-uglify": "^4.0.0",
    "husky": "^1.3.1",
    "matchdep": "^2.0.0"
  },
  "scripts": {
    "start": "npx ./server.js",
    "test": "npx grunt"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm test"
    }
  }
}
