GarthDB/postcss-npm

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "postcss-npm",
  "version": "1.1.0",
  "description": "Import CSS from npm modules using rework",
  "main": "./lib/index.js",
  "scripts": {
    "compile": "babel -d lib/ src/",
    "prepublish": "npm run compile",
    "test": "ava",
    "coverage": "nyc npm test",
    "report-coverage": "nyc report -r lcovonly && codecov",
    "lint": "eslint ./src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GarthDB/postcss-npm.git"
  },
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "import",
    "npm",
    "modules"
  ],
  "nyc": {
    "include": [
      "src/*.js"
    ],
    "require": [
      "babel-register"
    ]
  },
  "ava": {
    "require": ["babel-register"]
  },
  "author": "Garth Braithwaite <garthdb@gmail.com> (http://garthdb.com)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/GarthDB/postcss-npm/issues"
  },
  "homepage": "https://github.com/GarthDB/postcss-npm#readme",
  "dependencies": {
    "debug": "^2.2.0",
    "postcss": "^5.1.2",
    "resolve": "^1.1.7"
  },
  "devDependencies": {
    "ava": "^0.21.0",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.24.1",
    "codecov": "^2.2.0",
    "eslint": "^4.0.0",
    "node-sass": "^3.8.0",
    "nyc": "^11.0.2",
    "perfectionist": "^2.2.0",
    "postcss-inherit-parser": "^0.1.4",
    "source-map": "^0.5.6",
    "topcoat-utils": "^0.4.1"
  }
}