forked from fxmanu/value-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 763 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 763 Bytes
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": "value-loader",
"version": "0.1.4",
"description": "Webpack loader that executes file in a child compiler and return exports",
"homepage": "https://github.com/wikiwi/value-loader",
"repository": {
"type": "git",
"url": "git+https://github.com/wikiwi/value-loader.git"
},
"bugs": {
"url": "https://github.com/wikiwi/value-loader/issues"
},
"main": "index.js",
"engines": {
"node": ">=4"
},
"keywords": [
"webpack",
"value",
"loader"
],
"author": "Chi Vinh Le and contributors (https://github.com/wikiwi/value-loader/graphs/contributors)",
"license": "MIT",
"peerDependencies": {
"webpack": "^1.12.9 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
"loader-utils": "^1.2.3"
}
}