-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 801 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
{
"name": "@sdinteractive/requirejs-loader",
"version": "4.0.0",
"description": "webpack loader to import requirejs browser published modules. Supports webpack 4 and webpack 5.",
"main": "index.js",
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0",
"webpack-sources": "^1.4.3 || ^2.0.0 || ^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sdinteractive/webpack-requirejs-loader.git"
},
"keywords": [
"webpack",
"requirejs"
],
"author": "Something Digital",
"license": "ISC",
"bugs": {
"url": "https://github.com/sdinteractive/webpack-requirejs-loader/issues"
},
"homepage": "https://github.com/sdinteractive/webpack-requirejs-loader#readme"
}