forked from rupurt/webpack-sprockets-rails-manifest-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 881 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "webpack-sprockets-rails-manifest-plugin",
"version": "0.0.4",
"description": "A webpack plugin that allows [`sprockets-rails`](https://github.com/rails/sprockets-rails) to find files from a Webpack build without loading them via the asset pipeline.",
"main": "index.js",
"scripts": {
"test": "todo tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rupurt/webpack-sprockets-rails-manifest-plugin.git"
},
"keywords": [
"webpack",
"sprockets",
"rails",
"sprockets-rails"
],
"author": "Alex Kwiatkowski <alex+git@rival-studios.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rupurt/webpack-sprockets-rails-manifest-plugin/issues"
},
"homepage": "https://github.com/rupurt/webpack-sprockets-rails-manifest-plugin#README.md",
"dependencies": {
"fs-extra": "^0.30.0"
}
}