{
  "name": "js-to-styles-var-loader-by-import",
  "version": "1.1.2",
  "description": "Webpack loader for sharing data amongst (sass || less) && javascript modules",
  "main": "index.js",
  "scripts": {
    "test": "jest --config jest.config",
    "test:coverage": "jest --config jest.config --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "test:watch": "jest --watch --config jest.config"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Justforfei/js-to-styles-var-loader.git"
  },
  "keywords": [
    "webpack",
    "loader",
    "sass",
    "less",
    "variables",
    "DRY"
  ],
  "author": "tompascall",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Justforfei/js-to-styles-var-loader/issues"
  },
  "homepage": "https://github.com/Justforfei/js-to-styles-var-loader#readme",
  "devDependencies": {
    "babel-jest": "^19.0.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "coveralls": "^2.12.0",
    "jest": "^19.0.2"
  },
  "dependencies": {
    "decache": "^4.1.0",
    "squba": "^0.1.4"
  }
}
