-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1006 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
{
"name": "pre-proc-loader",
"version": "3.0.3",
"title": "pre-proc-loader",
"description": "preProc loader module for webpack - The super simple preprocessor for front-end development.",
"keywords": [
"webpack",
"loader",
"preprocessor",
"preprocess",
"front-end",
"javascript",
"css",
"html"
],
"main": "./lib/pre-proc-loader.js",
"files": [
"lib/*.js"
],
"dependencies": {
"loader-utils": "^1.4.2"
},
"peerDependencies": {
"pre-proc": "~1.0.2"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^10.1.0",
"proxyquire": "^2.1.3",
"sinon": "^11.1.1"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/anseki/pre-proc-loader",
"repository": {
"type": "git",
"url": "git://github.com/anseki/pre-proc-loader.git"
},
"bugs": "https://github.com/anseki/pre-proc-loader/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}