UNPKG

rails-view-loader

Version:

Rails view files (`.html.slim` , `.html.erb`, `.html.haml`) `webpack` loader.

70 lines (69 loc) 1.99 kB
{ "name": "rails-view-loader", "version": "1.0.1", "description": "Rails view files (`.html.slim` , `.html.erb`, `.html.haml`) `webpack` loader.", "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "lint": "standard", "test": "jest test/index.test.js", "test-webpack-2": "npm install webpack@2 --save-dev && jest test/index.test.js", "test-webpack-3": "npm install webpack@3 --save-dev && jest test/index.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/aptx4869/rails-view-loader.git" }, "keywords": [ "view", "loader", "webpack", "rails" ], "author": "Rhys van der Waerden <rhys.vdw@gmail.com> (https://github.com/rhys-vdw)", "contributors": [ "Ammar Alammar (https://github.com/a3ammar)", "Faraz Yashar (https://github.com/fny)", "Guillermo Iguaran <guilleiguaran@gmail.com> (https://github.com/guilleiguaran)", "Jeremiah Atwood (https://github.com/atwoodjw)", "Jonathan Lehman (https://github.com/jdlehman)", "Maria Kousta (https://github.com/mkousta)", "Stanislav E. Govorov (https://github.com/govorov)", "aptx4869 (https://github.com/aptx4869)" ], "license": "MIT", "bugs": { "url": "https://github.com/aptx4869/rails-view-loader/issues" }, "homepage": "https://github.com/aptx4869/rails-view-loader#readme", "jest": { "collectCoverage": true, "coverageDirectory": "coverage", "coverageThreshold": { "global": { "branches": 90, "functions": 90, "lines": 90, "statements": 90 } }, "verbose": true }, "dependencies": { "loader-utils": "^1.1.0", "lodash.defaults": "^4.2.0", "retry": "^0.10.1" }, "peerDependencies": { "webpack": "^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0" }, "devDependencies": { "coveralls": "^2.13.1", "html-loader": "^0.5.1", "jest": "^20.0.4", "standard": "^10.0.3", "webpack": "^3.0.0" } }