kristoferjoseph/resin

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "resin",
  "version": "1.2.1",
  "description": "resin CSS preprocessor",
  "main": "lib/index.js",
  "bin": {
    "rsn": "./bin/index.js"
  },
  "scripts": {
    "compile": "babel -d ./ src/",
    "prepublish": "npm run compile",
    "test": "ava",
    "coverage": "nyc npm test",
    "codeclimate": "npm run coverage && nyc report --reporter=text-lcov | codeclimate-test-reporter",
    "lint": "eslint --ignore-path .gitignore ."
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kristoferjoseph/resin.git"
  },
  "author": "Kristofer Joseph @dam",
  "contributors": [
    "Garth Braithwaite <garthdb@gmail.com> (http://garthdb.com)"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/kristoferjoseph/resin/issues"
  },
  "ava": {
    "require": [
      "babel-register"
    ],
    "babel": "inherit"
  },
  "nyc": {
    "include": [
      "src/lib/*.js",
      "bin/index.js"
    ],
    "require": [
      "babel-register"
    ]
  },
  "devDependencies": {
    "app-root-path": "^1.3.0",
    "ava": "^0.16.0",
    "babel-cli": "^6.9.0",
    "babel-core": "^6.9.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-istanbul": "^2.0.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.11.6",
    "codeclimate-test-reporter": "^0.3.3",
    "eslint": "^3.2.2",
    "eslint-config-airbnb": "^10.0.0",
    "eslint-plugin-import": "^1.12.0",
    "eslint-plugin-jsx-a11y": "^2.1.0",
    "eslint-plugin-react": "^6.0.0",
    "nixt": "^0.5.0",
    "nyc": "^8.1.0",
    "postcss-csso": "^1.1.2",
    "source-map": "^0.5.6",
    "topcoat-button-base": "^0.10.2"
  },
  "dependencies": {
    "autoprefixer": "^6.4.0",
    "commander": "^2.9.0",
    "perfectionist": "^2.1.4",
    "pkginfo": "^0.4.0",
    "postcss": "^5.1.2",
    "postcss-add-namespace": "^1.0.3",
    "postcss-custom-properties": "^5.0.1",
    "postcss-deduplicate": "^1.0.1",
    "postcss-inherit": "^4.0.0",
    "postcss-npm": "^1.1.0",
    "postcss-url": "^5.1.2"
  }
}