{
  "name": "jspm-loader-css",
  "main": "index",
  "format": "es6",
  "version": "1.1.0",
  "description": "A CSS loader for JSPM. Install",
  "dependencies": {
    "css-modules-loader-core": "^1.0.0-beta2",
    "debounce": "^1.0.0",
    "path": "^0.12.7",
    "toposort": "^0.2.12"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.3",
    "eslint": "^1.5.0",
    "eslint-config-standard": "^4.4.0",
    "eslint-plugin-standard": "^1.3.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint index.js lib"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/geelen/jspm-loader-css.git"
  },
  "keywords": [
    "jspm",
    "css",
    "css-modules",
    "loader"
  ],
  "author": "Glen Maddern",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/geelen/jspm-loader-css/issues"
  },
  "homepage": "https://github.com/geelen/jspm-loader-css"
}
