forked from LeanKit-Labs/amd-inject-loader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 858 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
31
32
33
34
35
36
37
{
"name": "@pureconnect/amd-inject-loader",
"version": "1.0.0",
"description": "A simple webpack inject loader for AMD-style code",
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"test": "mocha spec/spec.js"
},
"repository": {
"type": "git",
"url": "git@github.com:GenesysPureConnect/amd-inject-loader.git"
},
"keywords": [
"webpack",
"loader"
],
"author": "DevFoundry@genesys.com",
"license": "MIT",
"homepage": "https://github.com/GenesysPureConnect/amd-inject-loader",
"peerDependencies": {
"webpack": "^4.0.0"
},
"dependencies": {
"loader-utils": "^1.2.3"
},
"devDependencies": {
"fs-monkey": "^0.3.3",
"memfs": "^2.15.2",
"mocha": "^6.1.4",
"should": "^13.2.3",
"sinon": "^7.3.2",
"webpack": "^4.32.2"
}
}