Sha256: f064fa2239101ce7ef05adb88538eb70cdbce389fb28681e07b9c3a4d34d46a7
Contents?: true
Size: 1.1 KB
Versions: 6
Compression:
Stored size: 1.1 KB
Contents
{ "name": "webpacker", "version": "1.0.0", "description": "Webpacker makes it easy to use the JavaScript preprocessor and bundler [Webpack](https://webpack.github.io) to manage application-like JavaScript in Rails. It coexists with the asset pipeline, as the purpose is only to use Webpack for app-like JavaScript, not images, css, or even JavaScript Sprinkles (that all continues to live in app/assets).", "main": "index.js", "engines": { "node": ">= 6.4.0" }, "dependencies": {}, "devDependencies": { "eslint": "^3.16.1", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "yarn run eslint lib/" }, "repository": { "type": "git", "url": "git+https://github.com/rails/webpacker.git" }, "author": "David Heinemeier Hansson <david@basecamp.com>", "license": "MIT", "bugs": { "url": "https://github.com/rails/webpacker/issues" }, "homepage": "https://github.com/rails/webpacker" }
Version data entries
6 entries across 6 versions & 3 rubygems