-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
30 lines (30 loc) · 982 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
29
30
{
"name": "sprockets-preloader",
"version": "0.9.10",
"description": "Webpack pre-loader to easily translate sprockets require directives into JavaScript module dependencies",
"keywords": ["webpack", "loader", "rails", "sprockets", "directives", "require", "require_tree", "require_directory", "require_self"],
"main": "lib/loader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanca/sprockets-preloader.git"
},
"author": "Juan Carlos Medina <juanca.med@gmail.com>",
"contributors": [{
"name": "Juan Carlos Medina",
"email": "juanca.med@gmail.com"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/juanca/sprockets-preloader/issues"
},
"homepage": "https://github.com/juanca/sprockets-preloader",
"dependencies": {
"imports-loader": "^0.6.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}