-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
51 lines (51 loc) · 1016 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"author": {
"name": "Zoltan Magyar"
},
"bugs": {
"url": "https://github.com/zmagyar/extjs-loader/issues"
},
"dependencies": {
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"escodegen": "^1.9.0",
"esprima": "^4.0.1",
"esprima-ast-utils": "0.0.7",
"loader-utils": "^1.1.0",
"strip-comments": "^0.4.4"
},
"peerDependencies": {
"extjs-parser": "^2"
},
"description": "Ext.js loader module for webpack",
"directories": {},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/zmagyar/extjs-loader",
"license": "MIT",
"maintainers": [
{
"name": "zmagyar",
"email": "[email protected]"
}
],
"keywords": [
"extjs",
"webpack",
"sencha",
"webpack-loader"
],
"name": "extjs-loader",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/zmagyar/extjs-loader.git"
},
"scripts": {},
"version": "1.0.0"
}