Sha256: de6a9283b1848b297779ffc8bf478c380b40c56e36e3eb61321b7f0a17f62775
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 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", "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": "node_modules/eslint/bin/eslint.js 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#readme" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webpacker-1.1 | package.json |