-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 934 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
{
"name": "skeleton-loader",
"version": "2.0.0",
"title": "skeleton-loader",
"description": "Loader module for webpack to execute your custom procedure. It works as your custom loader.",
"keywords": [
"webpack",
"loader",
"custom",
"custom-loader",
"function",
"instant",
"edit",
"content",
"modify"
],
"main": "./lib/skeleton-loader.js",
"files": [
"lib/*.js"
],
"dependencies": {
"loader-utils": "^1.4.2"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^10.1.0",
"sinon": "^11.1.1"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/anseki/skeleton-loader",
"repository": {
"type": "git",
"url": "git://github.com/anseki/skeleton-loader.git"
},
"bugs": "https://github.com/anseki/skeleton-loader/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}